mead
mead copied to clipboard
Mead - Dead simple markdown editor for Windows, Linux and Mac
Mead
Dead simple markdown editor for Windows, Linux and Mac
Based mostly on the beautful SimpleMDE markdown editor.
About
This is a proof of concept project, at the moment. It may evolve into a somewhat proper editor of markdown files, but I make no promises. PRs are more than welcome and if there's enough interest it'll definitely take off.
For specifics on the markdown editor and preview be sure to check out the SimpleMDE markdown editor project as they've done all the hard work. This project is mostly just their editor placed in an Electron app for desktop-y usage.
Features
Mead has a unique in-place markdown editor, which is actually SimpleMDE - It offers an interface to edit markdown in the same styling it describes. It also has a preview pane for side-by-side comparison.
Mead supports saving and loading files and multiple windows. It has hotkey support (New, Open and Save) and supports creating new documents.
Developing
After running npm install
, simply run npm start
to start the app.