t

tally

@preview

Automatically handle todos in your document.

v0.1.2
MIT
1 downloads

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.2

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/tally:0.1.2": *

Version History

0.1.2
2041a985c24a...
0.1.1
7aad938543f2...
0.1.0
b304c4eaba24...

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:

image