simplemde-markdown-editor/source files
2015-08-07 16:20:05 -05:00
..
codemirror Update dependencies 2015-08-07 16:20:05 -05:00
spell-checker New! Spell checking support 2015-07-20 23:26:47 -05:00
typo New! Spell checking support 2015-07-20 23:26:47 -05:00
marked.js Update dependencies 2015-08-07 16:20:05 -05:00
README.md New! Spell checking support 2015-07-20 23:26:47 -05:00
simplemde.js New! Spell checking support 2015-07-20 23:26:47 -05:00
theme.css Use GitHub flavored markdown 2015-07-14 16:07:56 -05:00

How to compile

Minify the JS in this order:

  1. codemirror/codemirror.js
  2. codemirror/continuelist.js
  3. codemirror/markdown.js
  4. codemirror/overlay.js
  5. codemirror/gfm.js
  6. codemirror/xml.js
  7. typo/typo.js
  8. spell-checker/spell-checker.js
  9. marked.js
  10. simplemde.js

Minify the CSS in this order:

  1. theme.css
  2. spell-checker/spell-checker.css