Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanabx/djot-vscode
VSCode extension for the djot light markup language!
https://github.com/ryanabx/djot-vscode
djot vscode vscode-extension
Last synced: about 1 month ago
JSON representation
VSCode extension for the djot light markup language!
- Host: GitHub
- URL: https://github.com/ryanabx/djot-vscode
- Owner: ryanabx
- License: mit
- Created: 2024-08-19T15:10:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T01:02:59.000Z (3 months ago)
- Last Synced: 2024-09-29T08:01:25.859Z (about 2 months ago)
- Topics: djot, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ryanabx.djot-vscode
- Size: 277 KB
- Stars: 1
- 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](res/djot.png)
[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)