VSCode extension for the djot light markup language!
  • TypeScript 91.8%
  • CSS 8.2%
Find a file
Ryan Brue ccb206c671 change icons
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
2024-08-26 20:02:21 -05:00
.vscode init: blank template 2024-08-19 10:26:07 -05:00
icons change icons 2024-08-26 20:02:21 -05:00
media cleanup, update version 2024-08-26 12:36:18 -05:00
res change icons 2024-08-26 20:02:21 -05:00
src fix: set shouldReloadPage instead of forcing true on one function 2024-08-26 13:44:12 -05:00
syntaxes feat: add textmate grammar (wisim3000) 2024-08-19 11:15:34 -05:00
types cleanup, update version 2024-08-26 12:36:18 -05:00
.eslintrc.json init: blank template 2024-08-19 10:26:07 -05:00
.gitignore init: blank template 2024-08-19 10:26:07 -05:00
.vscode-test.mjs init: blank template 2024-08-19 10:26:07 -05:00
.vscodeignore fix: more preview fixes 2024-08-26 12:17:36 -05:00
CHANGELOG.md (v0.1.0): changelog and updates to package.json, README 2024-08-19 13:00:22 -05:00
language-configuration.json feat: add textmate grammar (wisim3000) 2024-08-19 11:15:34 -05:00
LICENSE change icons 2024-08-26 20:02:21 -05:00
package-lock.json fix: set shouldReloadPage instead of forcing true on one function 2024-08-26 13:44:12 -05:00
package.json change icons 2024-08-26 20:02:21 -05:00
package.nls.json cleanup, update version 2024-08-26 12:36:18 -05:00
README.md Filetype icon, extension icon, etc 2024-08-26 14:06:14 -05:00
tsconfig.json feat: non-live preview 2024-08-26 10:54:29 -05:00
vsc-extension-quickstart.md init: blank template 2024-08-19 10:26:07 -05:00

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)