Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 777 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 777 Bytes

Djot Visual Studio Code Extension

Djot

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
  • Export to HTML

  • Live preview

Contributing

If you like djot and would like to contribute, make a PR! Check out the issues to see what needs to be worked on.

Special Thanks

  • Djot.js for Djot parsing
  • Djot-Marker for the original TextMate grammar (provides syntax highlighting)