Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.
/ djot-vscode Public archive

VSCode extension for the djot light markup language! Migrated to codeberg

License

Notifications You must be signed in to change notification settings

ryanabx/djot-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 27, 2024
ccb206c · Aug 27, 2024

History

16 Commits
Aug 19, 2024
Aug 27, 2024
Aug 26, 2024
Aug 27, 2024
Aug 26, 2024
Aug 19, 2024
Aug 26, 2024
Aug 19, 2024
Aug 19, 2024
Aug 19, 2024
Aug 26, 2024
Aug 19, 2024
Aug 27, 2024
Aug 26, 2024
Aug 19, 2024
Aug 26, 2024
Aug 27, 2024
Aug 26, 2024
Aug 26, 2024
Aug 19, 2024

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)