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.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/simple-todo:0.1.0": *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()
