Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

VSCode extension for the djot light markup language!

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)