This extension adds support for the Typst language in Xed-Editor.
- Management of your Typst CLI installation
- Syntax highlighting for Typst files
- Language Server Protocol (LSP) support via Tinymist
- Multi-format compilation commands for PDF, HTML, PNG, and SVG output
- Live document preview
- Direct access to the Typst CLI binary through the system
PATH
The extension manages the Typst CLI installation and exposes the typst binary globally through
your shell PATH.
After installation, Typst can be used directly from the built-in terminal:
typst --version
typst help
typst compile document.typ
typst compile --format html --features html document.typ compiled.html
typst watch document.typInstall the extension through the Xed-Editor's extension marketplace, and you're ready to go!
Alternatively, you can download the latest release ZIP file and install it via
Settings > Extensions > Install from storage.