cm-md-editor

This is a minimal markdown editor which is used in chessmail.de.

Key features

  • Vanilla JavaScript module, without dependencies
  • Supports outlines with tab and shift-tab to indent and outdent
  • Supports the bold syntax with command-b/ctrl-b
  • Supports the italic syntax with command-i/ctrl-i
  • Supports undo and redo with command-z/ctrl-z and command-shift-z/ctrl-shift-z
  • It is…
    • lightweight
    • easy to use
    • fast