editor

所属分类:代码编辑器
开发工具:JavaScript
文件大小:107KB
下载次数:0
上传日期:2017-10-09 02:58:05
上 传 者sh-1993
说明:  降价编辑器<http:lab.lepture.com编辑器>

文件列表:
.spmignore (75, 2017-10-09)
CONTRIBUTING.md (1310, 2017-10-09)
Gruntfile.js (2719, 2017-10-09)
Makefile (209, 2017-10-09)
component.json (529, 2017-10-09)
docs (0, 2017-10-09)
docs\index.html (1741, 2017-10-09)
docs\markdown.html (4271, 2017-10-09)
docs\markdown.md (2485, 2017-10-09)
docs\marked.js (24875, 2017-10-09)
docs\yue.css (2644, 2017-10-09)
editor.css (2856, 2017-10-09)
package.json (378, 2017-10-09)
paper.css (4953, 2017-10-09)
src (0, 2017-10-09)
src\editor.js (6441, 2017-10-09)
src\intro.js (7891, 2017-10-09)
vendor (0, 2017-10-09)
vendor\codemirror.js (226520, 2017-10-09)
vendor\continuelist.js (1566, 2017-10-09)
vendor\icomoon (0, 2017-10-09)
vendor\icomoon\fonts (0, 2017-10-09)
vendor\icomoon\fonts\icomoon.dev.svg (10485, 2017-10-09)
vendor\icomoon\fonts\icomoon.eot (3440, 2017-10-09)
vendor\icomoon\fonts\icomoon.svg (9891, 2017-10-09)
vendor\icomoon\fonts\icomoon.ttf (3276, 2017-10-09)
vendor\icomoon\fonts\icomoon.woff (3540, 2017-10-09)
vendor\icomoon\index.html (6752, 2017-10-09)
vendor\icomoon\license.txt (122, 2017-10-09)
vendor\icomoon\lte-ie7.js (1129, 2017-10-09)
vendor\icomoon\style.css (2234, 2017-10-09)
vendor\markdown.js (16437, 2017-10-09)
vendor\xml.js (11041, 2017-10-09)

## Editor > A markdown editor you really want. ## Sponsors Editor is sponsored by [Typlog](https://typlog.com/). ## Overview Editor is not a WYSIWYG editor, it is a plain text markdown editor. Thanks for the great project [codemirror](http://codemirror.net/), without which editor can never be created. ## Basic Usage The easiest way to use Editor is to simply load the script and stylesheet: ```html ``` You can also use [jsdelivr CDN](http://www.jsdelivr.com/#!editor): ```html ``` Having done this, an editor instance can be created: ```js var editor = new Editor(); editor.render(); ``` The editor will take the position of the first `