MCPcopy
hub / github.com/pandao/editor.md

github.com/pandao/editor.md @v1.5.0 sqlite

repository ↗ · DeepWiki ↗ · release v1.5.0 ↗
2,363 symbols 6,887 edges 207 files 4 documented · 0%
README

Editor.md

Editor.md : The open source embeddable online markdown editor (component), based on CodeMirror & jQuery & Marked.

Features

README & Examples (English)


Editor.md 是一款开源的、可嵌入的 Markdown 在线编辑器(组件),基于 CodeMirror、jQuery 和 Marked 构建。

editormd-screenshot

主要特性

Examples

https://pandao.github.io/editor.md/examples/index.html

Download & install

Github download

Bower install :

bower install editor.md

Usages

HTML:

<link rel="stylesheet" href="https://github.com/pandao/editor.md/raw/v1.5.0/editormd.min.css" />



    <textarea style="display:none;">### Hello Editor.md !</textarea>



Tip: Editor.md can auto append <textarea> tag;

javascript:

<script src="https://github.com/pandao/editor.md/raw/v1.5.0/jquery.min.js"></script>
<script src="https://github.com/pandao/editor.md/raw/v1.5.0/editormd.min.js"></script>
<script type="text/javascript">
    $(function() {
        var editor = editormd("editormd", {
            path : "../lib/" // Autoload modules mode, codemirror, marked... dependents libs path
        });

        /*
        // or
        var editor = editormd({
            id   : "editormd",
            path : "../lib/"
        });
        */
    });
</script>

Using modular script loader :

Dependents

Changes

Change logs

License

The MIT License.

Copyright (c) 2015 Pandao

Core symbols most depended-on inside this repo

mod
called by 297
lib/codemirror/mode/rust/rust.js
define
called by 237
lib/codemirror/mode/shell/shell.js
MT
called by 136
lib/codemirror/mode/markdown/test.js
cont
called by 95
lib/codemirror/mode/rust/rust.js
cmp
called by 94
lib/codemirror/addon/mode/simple.js
cont
called by 93
lib/codemirror/mode/javascript/javascript.js
MT
called by 89
lib/codemirror/mode/textile/test.js
cont
called by 65
lib/codemirror/mode/haxe/haxe.js

Shape

Function 2,363

Languages

TypeScript100%

Modules by API surface

lib/codemirror/lib/codemirror.js372 symbols
lib/codemirror/codemirror.min.js372 symbols
examples/js/jquery.min.js75 symbols
lib/codemirror/mode/javascript/javascript.js71 symbols
lib/codemirror/modes.min.js69 symbols
lib/raphael.min.js58 symbols
tests/qunit/qunit-1.16.0.js52 symbols
lib/codemirror/mode/rust/rust.js47 symbols
lib/codemirror/mode/haxe/haxe.js46 symbols
lib/codemirror/mode/jade/jade.js44 symbols
lib/codemirror/addon/merge/merge.js43 symbols
examples/js/zepto.min.js40 symbols

Used by 1 indexed graphs manifest dependencies, hub-wide

Dependencies from manifests, versioned

blint>=0.1.1 · 1×
dateformatter0.1.0 · 1×
gulp3.8.11 · 1×
gulp-concat2.4.2 · 1×
gulp-header1.2.2 · 1×
gulp-jshint1.9.0 · 1×
gulp-minify-css0.4.4 · 1×
gulp-notify2.1.0 · 1×
gulp-rename1.2.0 · 1×
gulp-replace0.5.3 · 1×
gulp-ruby-sass1.0.1 · 1×
gulp-uglifyjs0.6.1 · 1×

For agents

$ claude mcp add editor.md \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact