Tinymist [ˈtaɪni mɪst] is an integrated language service for Typst [taɪpst].
Find a file
2024-03-10 22:24:36 +08:00
.github feat: remove win32-ia32 to build 2024-03-10 22:24:36 +08:00
.vscode feat: local publish 2024-03-09 16:15:45 +08:00
crates fix: missing typst-preview 2024-03-10 21:49:04 +08:00
editors/vscode dev: completely migrate to rust analyzer's codebase 2024-03-10 21:32:13 +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 build: bump typst.ts to v0.4.2-rc7 2024-03-10 21:54:30 +08:00
Cargo.toml build: bump typst.ts to v0.4.2-rc7 2024-03-10 21:54:30 +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