Tinymist [ˈtaɪni mɪst] is an integrated language service for Typst [taɪpst].
Find a file
2024-03-15 14:03:23 +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 dev: create tests module (#40) 2024-03-15 14:03:23 +08:00
editors/vscode dev: unfocus document on changed to other files (#39) 2024-03-15 14:03:07 +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 feat: add capability to settle down a compiler actor (#31) 2024-03-14 02:01:21 +08:00
Cargo.toml feat: add capability to settle down a compiler actor (#31) 2024-03-14 02:01:21 +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