simplemde-markdown-editor/source files
2015-08-08 15:40:34 -05:00
..
codemirror Fix cursor position issue in #39 2015-08-08 14:59:37 -05:00
spell-checker Update spell checker dependency 2015-08-08 14:59: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 Fix cursor position issue in #39 2015-08-08 14:59:37 -05:00
simplemde.css Fix previewing sizing bug inadvertently caused 2015-08-08 15:40:34 -05:00
simplemde.js Fix fullscreen icon not remaining active 2015-08-08 15:00:01 -05:00

How to compile

Minify the JS in this order:

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

Minify the CSS in this order:

  1. codemirror/codemirror.css
  2. simplemde.css
  3. spell-checker/spell-checker.css