tinymist/crates/typst-preview
Myriad-Dreamin 25a446cd99
dev: fix meta and rename preview crates for publish crates (#1804)
* dev: fix meta and rename preview crates for publish crates

* dev: fix meta for publish crates
2025-06-09 09:40:05 +08:00
..
src feat: add command to profile the entire server (#1438) 2025-05-09 15:29:24 +08:00
Cargo.toml dev: fix meta and rename preview crates for publish crates (#1804) 2025-06-09 09:40:05 +08:00
README.md dev: fix meta and rename preview crates for publish crates (#1804) 2025-06-09 09:40:05 +08:00

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.

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