Leanote's Markdown Editor originally forked from Stackedit-v3.1.14. The Stackedit source is under Apache License (http://www.apache.org/licenses/LICENSE-2.0) and the code updated by Leanote is under GPL v2.
Difference with Leanote-Markdown-Editor
- Use Ace Editor as main editor
- Support Vim & Emacs mode
- master Markdown Editor v2 For Leanote
- desktop-app Markdown Editor v2 For Leanote Desktop App
Please install node
and gulp
firstly.
> gulp # build & minify res-min/main-v2.js, res-min/main-v2.min.js
> node server.js
See: http://localhost:3001/editor.html
copy res-min/main-v2.js & res-min/main-v2.min.js to leanote-dekstop-app's path /public/md/
与 Leanote-Markdown-Editor 的不同
- 使用Ace编辑器作为主要的编辑器
- 支持Vim和Emacs编辑模式
确保在此之前安装了node, gulp
> gulp # 生成 res-min/main-v2.js 和 res-min/main-v2.min.js
> node server.js
访问: http://localhost:3001/editor.html
将 res-min/main-v2.min.js
复制到desktop-app /public/md/
下
- 将res/libs目录移到res/public下
- main.js libs的路径前加public
- index.html ace路径前加res/public/
- core.js 插入图片
- core.js 打开Markdown帮助
- raphael eve问题