tinymist

Language server and tools for Typst document preparation

brewmacoslinux
Try with needOr install directly
Source

About

Services for Typst

Commands

tinymist

Examples

start language server for typst editing$ tinymist lsp
compile typst document to PDF$ tinymist compile input.typ output.pdf
watch typst file and rebuild on changes$ tinymist watch input.typ output.pdf
get information about typst elements at cursor position$ tinymist query input.typ --position 10:5
format typst source code$ tinymist format input.typ