A fully-fledged Markdown desktop application that supports Github Flavored Markdown. Created using Node-Webkit.
current release: v0.0.2 hamburger
This project is not maintained anymore. It was fun to make it at the time being, but there's good support for markdown edition in major editors like vscode now.
you can download prebuilt binaries for latest release here
First you will need to install node-webkit for your platform see node-webkit repository for details. If not already install install nodejs too.
then clone this repository:
$ git clone git@github.com:malko/markdownald.git
go to the application directory, install the dependencies and launch node-webkit:
$ cd markdownald
$ npm install
$ nw ./
or under linux if nw is in your path you can launch directly
$ ./markdownald/markdownald.sh
- [-] add editor bindings for common style opération (bold, underline, add link, images...)
- lists, bloquotes, titles
- images, links
- add recent list file management to the file menu
- [-] better css for markdown rendering
- [-] add some styles
- export generated output to pdf
- integrate with github api to read and save directly from github
- node-webkit as the foundation of the application
- stylus to ease css creation
- marked for the preview of the markdown generated
- highlightjs for highlighting source code in preview
- CodeMirror for the editor part