tinymist-preview

Crates.iotinymist-preview
lib.rstinymist-preview
version0.13.24
created_at2025-06-09 01:28:02.738517+00
updated_at2025-08-26 08:18:53.249866+00
descriptionA previewer for the Typst typesetting system.
homepage
repositoryhttps://github.com/Enter-tainer/typst-preview
max_upload_size
id1705395
size175,378
(Myriad-Dreamin)

documentation

README

This is renamed from typst-preview to tinymist-preview to publish on crates.io.

Typst Preview

Preview your Typst files in vscode instantly!

Features

  • Low latency preview: preview your document instantly on type. The incremental rendering technique makes the preview latency as low as possible.
  • Open in browser: open the preview in browser, so you put it in another monitor. https://github.com/typst/typst/issues/1344
  • Cross jump between code and preview: We implement SyncTeX-like feature for typst-preview. You can now click on the preview panel to jump to the corresponding code location, and vice versa.

For more information, please visit documentation at Typst Preview Book.

Extension Settings

See https://enter-tainer.github.io/typst-preview/config.html

Bug report

To achieve high performance instant preview, we use a different rendering backend from official typst. We are making our best effort to keep the rendering result consistent with official typst. We have set up comprehensive tests to ensure the consistency of the rendering result. But we cannot guarantee that the rendering result is the same in all cases. There can be unknown corner cases that we haven't covered.

Therefore, if you encounter any rendering issue, please report it to this repo other than official typst repo.

Known Issues

See issues on GitHub.

Legal

This project is not affiliated with, created by, or endorsed by Typst the brand.

Commit count: 389

cargo fmt