Markdown Neo Edit for Electron - A simple markdown and code editor powered by Markdown-it, Ace and Electron.
npm install mdne-electron




----
* [Optional] Google Chrome (latest)
* for previewing as or exporting as PDF
----
sh
npm cinpm install # it causes a dependency update
`$3
`sh
npm run build
`$3
`sh
npm run build:mainproc
`$3
`sh
npm run clean
`$3
`sh
npm run start
`$3
`sh
npm run pack
`$3
`sh
npm run dist # build for current machinenpm run dist:win # build for windows (x64)
npm run dist:linux # build for linux (x64)
npm run dist:mac # build for macos (x64)
`$3
`
npm run test
`$3
`
npm run lint
``---
----
* Ace: license (BSD-3-Clause)
* Materialize: license (MIT)
* Normalize.css: license (MIT)
* React: license (MIT)
* pako: license (MIT + ZLIB)
* dialog-polyfill: license (BSD-3-Clause)