Tinymist [ˈtaɪni mɪst] is an integrated language service for Typst [taɪpst].
Find a file
2024-03-11 20:54:19 +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 feat: add tests for inlay hints (#8) 2024-03-11 20:54:19 +08:00
editors/vscode Update README.md 2024-03-11 14:11:53 +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 version to 0.10.1 (first release) 2024-03-11 14:04:29 +08:00
Cargo.toml build: bump version to 0.10.1 (first release) 2024-03-11 14:04:29 +08:00
LICENSE dev: init 2024-03-07 05:29:31 +08:00
README.md docs: update readme for publish 2024-03-11 13:49:13 +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 other options)

Installation

Follow the instructions to enable tinymist in your favorite editor.

Acknowledgements