This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
v0.7.4 - Use Without VSCode
- Typst Preview Book is now available at https://enter-tainer.github.io/typst-preview/ ! You can find the documentation of Typst Preview there.
- Improved standalone usage: Use
typst-preview
without VSCode now becomes easier. All you need istypst-preview --partial-rendering cool-doc.typ
. Take a look at https://enter-tainer.github.io/typst-preview/standalone.html - Upgrade to typst.ts 0.4.0-rc2. This fixes a subtle incremental parsing bug.
- Partial rendering is now enabled by default. This should improve performance on long document. You can disable it by setting
typst-preview.partialRendering
tofalse
if you found any rendering issue.