djot is a lightweight markup language similar to Markdown, developed by John MacFarlane.
This extension aims to provide complete language features for djot, including:
-
Syntax highlighting
-
Keybindings
- Bold:
ctrl + b
- Italics:
ctrl + i
- Bold:
-
Export to HTML
-
Live preview
If you like djot and would like to contribute, make a PR! Check out the issues to see what needs to be worked on.
- Djot.js for Djot parsing
- Djot-Marker for the original TextMate grammar (provides syntax highlighting)