https://github.com/shaack/cm-md-editor
https://github.com/shaack/cm-md-editor
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shaack/cm-md-editor
- Owner: shaack
- Created: 2023-11-07T21:57:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T16:09:18.000Z (over 2 years ago)
- Last Synced: 2025-07-01T21:05:38.590Z (12 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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