electron-markdownify Code
A minimal Markdown editor desktop app based on Electron
Brought to you by:
amitmerchant
| File | Date | Author | Commit |
|---|---|---|---|
| css | 2016-05-27 |
|
[5a7b30] Changed fonts and handled anchor link forwarding |
| img | 2016-05-25 |
|
[b77ba8] Add new demo gif |
| js | 2016-05-30 |
|
[b5284f] Add more options in toolbar including add link,... |
| .gitattributes | 2016-04-15 |
|
[244540] init |
| .gitignore | 2016-04-15 |
|
[244540] init |
| LICENSE.md | 2016-04-15 |
|
[244540] init |
| README.md | 2016-05-30 |
|
[4cc854] Update README.md |
| index.html | 2016-05-30 |
|
[b5284f] Add more options in toolbar including add link,... |
| main.js | 2016-05-27 |
|
[5a7b30] Changed fonts and handled anchor link forwarding |
| package.json | 2016-05-30 |
|
[b5284f] Add more options in toolbar including add link,... |

Install it using : npm install electron-markdownify
Or
Clone this repository, and run
$> cd PATH-TO-MARKDOWNIFY-DESKTOP-APP
$> npm install && npm start
You can download installable version of Markdownify for Windows, Darwin and Linux.
MIT