andrevandal / Notedown

Keep track of your notes, with markdown.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notedown - Yup, notes with markdown.

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.

Notedown editor

Notedown viewer

Download pre-built binaries, including node-webkit.

Last build 22/1/2015

Windows: w-32bit
Linux: l-32bit / l-64bit
Mac: m-32bit / m-64bit

How to compile.

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

Contributing.

Send pull-requests at will.

About

Keep track of your notes, with markdown.

License:MIT License


Languages

Language:JavaScript 56.8%Language:CSS 27.1%Language:Shell 8.8%Language:HTML 7.3%