Notedown is a node-webkit based NodeJS app for storing your notes in markdown.
It does exactly as you would expect - provides a simple interface for composing and viewing markdown based notes.
Last build 22/1/2015
Windows: w-32bit
Linux: l-32bit / l-64bit
Mac: m-32bit / m-64bit
First, clone this repository.
git clone https://github.com/isdampe/Notedown.git
Next, go download a suitable version of node-webkit.
Copy node-webkit into the node-webkit/ folder
cp ~/Downloads/node-webkit/* ~/git/notedown/node-webkit/
Install the Node dependencies
cd ~/git/notedown/node-webkit
npm install
Launch the app
nw ./
Send pull-requests at will.