Tinymist [ˈtaɪni mɪst] is an integrated language service for Typst [taɪpst].
Find a file
2024-03-10 00:59:58 +08:00
.vscode feat: local publish 2024-03-09 16:15:45 +08:00
crates chore: improve style 2024-03-10 00:59:58 +08:00
editors/vscode docs: introduce language features 2024-03-09 17:20:20 +08:00
.gitignore docs: introduce language features 2024-03-09 17:20:20 +08:00
.prettierignore dev: init 2024-03-07 05:29:31 +08:00
Cargo.lock test: base snapshot testing for goto definition 2024-03-09 23:43:12 +08:00
Cargo.toml test: base snapshot testing for goto definition 2024-03-09 23:43:12 +08:00
LICENSE dev: init 2024-03-07 05:29:31 +08:00
README.md docs: update grammar 2024-03-09 17:22:00 +08:00

Tinymist

Tinymist [ˈtaɪni mɪst] is an integrated language service for Typst [taɪpst]. You can also call it "微霭" [wēi ǎi] in Chinese.

It contains:

Features

Language service (LSP) features:

Extra features:

  • Compiles to PDF on save (configurable to as-you-type, or can be disabled)

Installation

Follow the instructions to enable tinymist in your favorite editor.

Acknowledgements