tinymist/contrib/typst-preview/editors/vscode
Myriad-Dreamin b265dd49d6
refactor: combine typst-preview and tinymist binary (#332)
* refactor: combine typst-preview and tinymist binary

* dev: externalize assets

* dev: improve deps

* dev: bad deps
2024-06-21 19:23:31 +08:00
..
src refactor: combine typst-preview and tinymist binary (#332) 2024-06-21 19:23:31 +08:00
.eslintrc.json feat: move typst-preview to tinymist (#323) 2024-06-17 17:22:45 +08:00
.gitignore feat: move typst-preview to tinymist (#323) 2024-06-17 17:22:45 +08:00
.vscodeignore feat: move typst-preview to tinymist (#323) 2024-06-17 17:22:45 +08:00
.yarnrc feat: move typst-preview to tinymist (#323) 2024-06-17 17:22:45 +08:00
CHANGELOG.md feat: move typst-preview to tinymist (#323) 2024-06-17 17:22:45 +08:00
demo.png feat: move typst-preview to tinymist (#323) 2024-06-17 17:22:45 +08:00
LICENSE feat: move typst-preview to tinymist (#323) 2024-06-17 17:22:45 +08:00
package.json feat: move typst-preview to tinymist (#323) 2024-06-17 17:22:45 +08:00
preview-logo.png feat: move typst-preview to tinymist (#323) 2024-06-17 17:22:45 +08:00
preview-logo.svg feat: move typst-preview to tinymist (#323) 2024-06-17 17:22:45 +08:00
preview.woff feat: move typst-preview to tinymist (#323) 2024-06-17 17:22:45 +08:00
README.md feat: move typst-preview to tinymist (#323) 2024-06-17 17:22:45 +08:00
tsconfig.json feat: move typst-preview to tinymist (#323) 2024-06-17 17:22:45 +08:00

Typst Preview VSCode

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.

Install this extension from marketplace, open command palette (Ctrl+Shift+P), and type >Typst Preview:.

You can also use the shortcut (Ctrl+K V).

demo

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.

Change Log

See CHANGELOG.md