A simple note taking app that runs in your browser as a data uri, base64 encoded string. Your notes do not save(1), instead you will always be presented with a blank canvas to place your thoughts for the day.
You can use the most recent version by copying the contents of the out.uri
file and pasting it into your browser address bar. Bookmark the page for easy use in the future.
To install the project you will to have Node.js and Grunt installed first, once you have done follow these steps to install the project:
cd to/folder/which/will/contain/the/project
git clone [email protected]:tim545/note-taker.git
cd note-taker
grunt
When you run the grunt
command index.html will compile into out.uri