diff --git a/README.md b/README.md index 8958a57..7422141 100644 --- a/README.md +++ b/README.md @@ -40,59 +40,208 @@ - 支持 AMD / CMD 模块化加载(支持 [Require.js](https://pandao.github.io/editor.md/examples/use-requirejs.html) & [Sea.js](https://pandao.github.io/editor.md/examples/use-seajs.html)),并且支持[自定义扩展插件](https://pandao.github.io/editor.md/examples/define-plugin.html); - 兼容主流的浏览器(IE8+)和 [Zepto.js](https://pandao.github.io/editor.md/examples/use-zepto.html),且支持 iPad 等平板设备; -#### Examples +#### Download & install + +Download: -[https://pandao.github.io/editor.md/examples/index.html](https://pandao.github.io/editor.md/examples/index.html) +[Github download](https://github.com/pandao/editor.md/archive/master.zip) -#### Download & install +NPM install : -[Github download](https://github.com/pandao/editor.md/archive/master.zip) +```bash +npm install editor.md +``` Bower install : -```shell +```bash bower install editor.md ``` -#### Usages - -HTML: +#### Usages + +##### Create a Markdown editor ```html - -
+ +
+
-``` - -> Tip: Editor.md can auto append ` +
+ + + + + +``` + +> See the full example: [http://editor.md.ipandao.com/examples/html-preview-markdown-to-html.html](http://editor.md.ipandao.com/examples/html-preview-markdown-to-html.html) + +##### HTML to Markdown? + +Sorry, Editor.md not support HTML to Markdown parsing, Maybe In the future. + +#### Examples + +[https://pandao.github.io/editor.md/examples/index.html](https://pandao.github.io/editor.md/examples/index.html) + +#### Options + +Editor.md options and default values: + +```javascript +{ + mode : "gfm", // gfm or markdown + name : "", // Form element name for post + value : "", // value for CodeMirror, if mode not gfm/markdown + theme : "", // Editor.md self themes, before v1.5.0 is CodeMirror theme, default empty + editorTheme : "default", // Editor area, this is CodeMirror theme at v1.5.0 + previewTheme : "", // Preview area theme, default empty + markdown : "", // Markdown source code + appendMarkdown : "", // if in init textarea value not empty, append markdown to textarea + width : "100%", + height : "100%", + path : "./lib/", // Dependents module file directory + pluginPath : "", // If this empty, default use settings.path + "../plugins/" + delay : 300, // Delay parse markdown to html, Uint : ms + autoLoadModules : true, // Automatic load dependent module files + watch : true, + placeholder : "Enjoy Markdown! coding now...", + gotoLine : true, // Enable / disable goto a line + codeFold : false, + autoHeight : false, + autoFocus : true, // Enable / disable auto focus editor left input area + autoCloseTags : true, + searchReplace : true, // Enable / disable (CodeMirror) search and replace function + syncScrolling : true, // options: true | false | "single", default true + readOnly : false, // Enable / disable readonly mode + tabSize : 4, + indentUnit : 4, + lineNumbers : true, // Display editor line numbers + lineWrapping : true, + autoCloseBrackets : true, + showTrailingSpace : true, + matchBrackets : true, + indentWithTabs : true, + styleSelectedText : true, + matchWordHighlight : true, // options: true, false, "onselected" + styleActiveLine : true, // Highlight the current line + dialogLockScreen : true, + dialogShowMask : true, + dialogDraggable : true, + dialogMaskBgColor : "#fff", + dialogMaskOpacity : 0.1, + fontSize : "13px", + saveHTMLToTextarea : false, // If enable, Editor will create a