βοΈ EditorΒΆ
TabsΒΆ
Every opened file appears as a tab above the editor. Click a tab to switch to it, or click the Γ button on a tab to close it. Tabs are persisted across page reloads.
Formatting toolbarΒΆ
The toolbar above the editor provides common Typst formatting actions. For the full syntax reference, see the Typst documentation.
Action |
Typst syntax |
Description |
|---|---|---|
Bold |
|
Wrap the selection in asterisks. |
Italic |
|
Wrap the selection in underscores. |
Heading |
|
Insert a heading prefix. |
Bullet list |
|
Start or continue a bullet list. |
Numbered list |
|
Start or continue a numbered list. |
Link |
|
Insert a link function call. |
Image |
|
Insert an image function call. |
Inline code |
|
Wrap the selection in backticks. |
Code block |
|
Wrap the selection in triple backticks. |
Math |
|
Wrap the selection in dollar signs. |
Keyboard shortcutsΒΆ
Shortcut |
Action |
|---|---|
Ctrl+S / βS |
Save the current file. |
Tab |
Insert indentation. |
Enter |
Continue the current list (bullet or numbered). |
SavingΒΆ
Files are auto-saved one second after you stop typing. You can also save manually with the Save button or Ctrl+S. Unsaved files are marked with a dot on their tab.
PreviewΒΆ
The right-hand panel shows a live SVG preview of the current .typ file.
The preview is re-rendered automatically after each save.
Use the Zoom in / Zoom out buttons (or the displayed percentage) to adjust the preview scale.