Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

v0.7.4 - Use Without VSCode

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 15:46
· 148 commits to main since this release
  • 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 is typst-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 to false if you found any rendering issue.