A sticky note style notebook, implemented as a purely client-side applicotion, backed by Dropbox. You can store notes (text, files, links, etc.), which will be persisted as entries in a markdown based plain text journal file in your dropbox. Features full-text search, tagging, etc.
For science.
And also politics. I might write a blog post.
- Get a dropbox API key
- visit the dropbox app console and create an app
- copy the
App key
from your newly created application
- Move the
env.json
file into place, and replace the api key$ cd src
$ cat env.json.example | sed 's/APIKEY/[your api key you just copied]/' > env.json
- Install deps and get running!
$ npm install
$ bower install
- $ grunt serve`