Skip to content

wangwindlong/bulletnotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis Circle CI Coveralls Codecov Codacy
Build Status CircleCI Coverage Status codecov Codacy Badge

BulletNotes

https://bulletnotes.io/

Goal

An open-source, fully featured note taking, journaling, self quantification app. Similar in many ways to Workflowy or Dynalist.

Focus

  • Privacy
  • You can run a copy on your own server. Own all your data.
  • Data Portability
  • Nightly export to drop box is in a human friendly .txt file. You can copy/paste the export straight into other note taking apps such as Workflowy. Every extra feature beyond nested notes is implemented with hashtags, so no data is lost on export.
  • Ease of Use
  • Point and click friendliness for less technical users.
  • API and CLI interface for more technical users.
  • Chat bot
    • Telegram Interface
brew install NickBusey/Bulletnotescli/bulletnotescli

User Guide, Planned Feature List, and Bug Tracker

https://bulletnotes.io/note/gPQcYmjmqwfnHeTWE/GjT4R6pMFA

Local Development Instructions

Install the latest Node, NPM, and Meteor.

Clone the repo.

cd BulletNotes
touch settings.private.json
meteor npm install
meteor npm install --save-dev meteor-desktop
meteor npm install --save gm
npm start

That's it! Note: You may have to run this several times when first starting to get it to download everything.

Heroku Deployment

Create a Heroku app. Add an mLab addon for your database. Fork this repo and deploy your forked branch to Heroku as normal, as per Heroku's documentation. Set your buildpack to https://github.com/AdmitHub/meteor-buildpack-horse.git

Docker Deployment

There is a Docker image available, though it is fairly large (over 4GB) it does indeed work.

Easiest way to get running is to just do a docker-compose up in the root directory.

Background Images

All images in public/img/bgs are CC0 License, Free for personal and commercial use, No attribution required

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published