/Moeditor

Your all-purpose markdown editor.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Moeditor

Your all-purpose markdown editor.

Built with Electron.

Download here

Screenshot

Moeditor

Building

npm install
npm start

In China, you may want to replace npm with cnpm for a faster download speed.

npm install cnpm -g --registry=https://registry.npm.taobao.org
cnpm install
cnpm start

Todo

  • File I/O
  • MathJax fallback on rendering equations with KaTex
  • Many things ...