Package Information
- Last Updated
- Authors
- Tijme
- Categories
- utility
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/tally:0.1.22. Import in your Typst file
Add this to your .typ file:
#import "@preview/tally:0.1.2": *The tally Package
The tally package automatically lists all todos in a document and highlights them.
Usage
#import "@preview/tally:0.1.2": tally, todo-list
#set text(font: "Barlow")
#show: tally.with(color: red)
#todo-list
= Introduction
#lorem(10)
TODO: Create introduction
Output: