An open API service indexing awesome lists of open source software.

https://github.com/shaack/cm-md-editor


https://github.com/shaack/cm-md-editor

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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