An open API service indexing awesome lists of open source software.

https://github.com/cacivy/mder-electron

🖋️Markdown Editor
https://github.com/cacivy/mder-electron

electron markdown markdown-editor react

Last synced: about 2 months ago
JSON representation

🖋️Markdown Editor

Awesome Lists containing this project

README

          

# mder

> A Simple Markdown Editor!

### Todo

- [x] preview
- [x] highlight
- [x] sync scroll
- [x] custom editor
- [x] toggle menu
- [x] paste as link/image
- [x] export PDF/HTML
- [x] localStorage
- [x] custom preview
- [ ] open folder
- [ ] print
- [ ] add css
- [ ] checkbox

### Develop

```
// dev
npm run dev
npm run server

// build
npm run build
npm run dist
npm start

```

```
// 调试
npm run server & npm run dev
```

### Download

[mder-windows](https://github.com/Cacivy/mder-electron/releases)

mac版请自行下载源码打包

### Thanks

- [Codemirror](http://codemirror.net/)
- [marked](https://github.com/chjj/marked)
- [Prism](prismjs.com)
- [Electron](http://electron.atom.io/)
- [React](https://facebook.github.io/react/index.html)

### License

MIT