Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/huangruichang/md-editor

a desktop md-editor based on pagedown-for-coding and electron.
https://github.com/huangruichang/md-editor

electron markdown

Last synced: 27 days ago
JSON representation

a desktop md-editor based on pagedown-for-coding and electron.

Awesome Lists containing this project

README

        

# md-editor
a desktop md-editor based on pagedown-for-coding and electron.

![cover for md-editor][1]

# Download

- for [Windows][2]
- for [Mac][3]

# Features

- previewing side by side
- inserting links and images
- multiple windows

# Dependencies

- [gulp][4]
- [gulp-atom][5]
- [Font-Awesome][6]
- [jquery][7]
- [lodash][8]
- [marked][9]
- [pagedown-for-coding][10]

# Build
````
git clone https://github.com/huangruichang/md-editor.git
cd md-editor
npm install
````
then `cd` into `src`
````
cd md-editor/src
bower install
cd ..
````
finally, run the gulp to build app.
````
gulp
````
so you can get the release zip in `release`.

# License
The MIT License (MIT)

Copyright (c) 2015 huangruichang

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

[1]: https://dn-coding-net-production-pp.qbox.me/8c88b5d1-f337-41e9-a454-26db556b6058.png
[2]: http://7ktv7s.com1.z0.glb.clouddn.com/win32-ia32.zip
[3]: http://7ktv7s.com1.z0.glb.clouddn.com/darwin-x64.zip
[4]: https://github.com/gulpjs/gulp
[5]: https://github.com/xeodou/gulp-atom
[6]: https://github.com/FortAwesome/Font-Awesome
[7]: https://github.com/jquery/jquery
[8]: https://github.com/lodash/lodash
[9]: https://github.com/chjj/marked
[10]: https://github.com/bluishoul/PageDown