Tinymist [ˈtaɪni mɪst] is an integrated language service for Typst [taɪpst].
Find a file
Myriad-Dreamin 1f5f38895d
feat: add def use analysis for module items (#25)
* feat: analyze lexical hierarchy for import items

* feat: add def use analysis for module items
2024-03-13 12:05:28 +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 def use analysis for module items (#25) 2024-03-13 12:05:28 +08:00
editors/vscode docs: add changelog for 0.10.2 (#18) 2024-03-12 03:48:15 +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 dev: move snaps (#20) 2024-03-12 14:10:24 +08:00
Cargo.toml docs: add changelog for 0.10.2 (#18) 2024-03-12 03:48:15 +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