Skip to content

ryanabx/djot-vscode

Repository files navigation

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)