https://github.com/ryanabx/djot-vscode
VSCode extension for the djot light markup language! Migrated to codeberg
https://github.com/ryanabx/djot-vscode
djot vscode vscode-extension
Last synced: 4 days ago
JSON representation
VSCode extension for the djot light markup language! Migrated to codeberg
- Host: GitHub
- URL: https://github.com/ryanabx/djot-vscode
- Owner: ryanabx
- License: mit
- Created: 2024-08-19T15:10:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T01:02:59.000Z (almost 2 years ago)
- Last Synced: 2025-12-15T17:47:27.836Z (7 months ago)
- Topics: djot, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://codeberg.org/ryanabx/djot-vscode
- Size: 277 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Djot Visual Studio Code Extension

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