s

simple-todo

@preview

A simple TODO package providing TODO inline tags and a list of TODOs.

v0.1.0
EUPL-1.2

Package Information

Last Updated
Authors
rumpelsepp
Categories
utility

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/simple-todo:0.1.0

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/simple-todo:0.1.0": *

Version History

0.1.0
d108fd136e56...

simple-todo

A simple TODO package providing TODO inline tags and a list of TODOs.

#import "@preview/simple-todo:0.1.0": todo, list-todos

#todo[Write this text!]

#todo(assignee: "Steff")[Fix the language.]

#set heading(numbering: false)

== TODOs

#list-todos()

Screenshot of simple-todo in action