Create project in app
Obsidius is a modern template for typst with a design inspired by Obsidian. It features utility functions to add Obsidians callouts to the document, for example to add warnings and solutions.
Get started by adding the following code to your document:
#import "@preview/obisidius:0.1.0": *
#show: notes.with("Your fancy title");
Callouts
Callouts are colored blocks in your document with content outside the normal narrative flow. For example, if you describe how to cook pasta, you can add a warning like this:
#warning[
Be careful with the water temperature. Foam can easily push your lid and rise out of your pot,
creating a mess on your stove.
]
There is also the #solution[]
callout. You can also create your own custom callout, see the sample document for more details.
This template package is licensed under MIT.