A simple desktop markdown text editor developed using Vue.js and Electron.
The editor live previews the markdown in side-by-side view, and offers the basic functions of any text editor such as opening files, saving files, and saving files as a new file. It also supports adjusting the editor/view pane sizes, spellchecking, theme changing, and scroll-syncing.
In addition, the editor supports a simple set of commands:
- Ctrl + b to bold
- Ctrl + e to italicize/emphasize
- Ctrl + k to create
in-line code block - Ctrl + Shift + d to
strikethrough - Ctrl + f to find (and replace)
- Ctrl + Shift + Alt + Click to create multiple cursors
The editor also supports emojis (e.g. :joy:, :trophy:) and superscript/subscript (e.g. H~2~O, x^2^)
Try out the browser version, and visit the releases page for download options.
Thanks to @life-comes-forth for QA testing md.it.