-
-
Notifications
You must be signed in to change notification settings - Fork 44
Compile Typst/LaTeX as you write #86
Copy link
Copy link
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