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
- Host: GitHub
- URL: https://github.com/cacivy/mder-electron
- Owner: Cacivy
- Created: 2016-11-16T07:14:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T07:54:19.000Z (over 8 years ago)
- Last Synced: 2025-05-15T14:11:16.293Z (about 1 year ago)
- Topics: electron, markdown, markdown-editor, react
- Language: JavaScript
- Homepage: http://mder.cacivy.com/
- Size: 1.78 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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