23 Nov
2010
23 Nov
'10
7:46 p.m.
... OK, thanks both for the inspiration.
Lukas
On Tue, 23 Nov 2010 20:37:09 +0100, Glen Callaghan
\setupinteraction[state=start]
\defineenumeration[todo][list=todolist,title=yes, listtext={Todo }, before=\startframedtext, after=\stopframedtext]
\starttext
\placelist[enumeration:todolist][width=8em,criterium=all, alternative=c]
\page \input tufte
\starttodo[]{You must remember this.} You can add details about what to remember here. \stoptodo
\page
\starttodo[]{Unforgettable.} \stoptodo
\input knuth
\todo[]{Important things.}{}
\stoptext