Skip to content

lygaret-attic/notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notebook

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.

Why?

For science.

And also politics. I might write a blog post.

Running

  1. Get a dropbox API key
    1. visit the dropbox app console and create an app
    2. copy the App key from your newly created application
  2. Move the env.json file into place, and replace the api key
    1. $ cd src
    2. $ cat env.json.example | sed 's/APIKEY/[your api key you just copied]/' > env.json
  3. Install deps and get running!
    1. $ npm install
    2. $ bower install
    3. $ grunt serve`

About

dropbox based notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published