Creating a quick and simple way to test Typst code without needing to install Typst.
Packages consist of a namespace, name and version. To install a package, go to Packages -> Install package. Then paste your package into the input field and press enter.The package needs to be in the format @namespace/name:version. Example: @preview/syntree:0.1.0 Usually you would obtain that string by copying from an import directive in your Typst document.Currently only packages under the preview namespace are supported. For a list of all packages, visit the official Typst page
Downloading fonts
Initializing typst