-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
Currently Typst supports PDF, SVG, and canvas compilation, however, compilation has to be explicitly triggered. For canvas output, it needs to:
- Compile Typst/LaTeX on save
- Render changes rather than re-render the entire document
-
Perform compilation progressivelyThis might not be necessary after all -
Transmit feedback from canvas viewer to the renderer to specify pages being currently viewedNot needed for canvas rendering since the component is not remounted on every compile and preserves its last state
Reactions are currently unavailable