o

obsidius

@preview

Modern template for study notes.

v0.1.1
MIT
Template

Package Information

Last Updated
Categories
reportcomponents

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/obsidius:0.1.1

2. Initialize from template

Create a new project from this template:

typst init @preview/obsidius:0.1.1

Version History

0.1.1
5f8e34b0e972...
0.1.0
22ce1494696f...

Obsidius

Preview of Obsidius

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/obsidius: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.