Shash,

I've achieved this using the following: It creates a tiddler that holds 
tags for your checklist items.

Create a tiddler called "checklist" with the following content

\define checklist()
 <$checkbox tiddler="$:/_cpa/Data/todos" tag="todo:$(currentTiddler)$">
        <$link to="$(currentTiddler)$" tooltip="Create new detailed task">
            $(currentTiddler)$
         </$link> 
    </$checkbox> 
\end
<$macrocall $name="checklist" />

I have a much more functional version called "tasks" that stores the items 
text; allows you to take notes on your checklist items; allows you to list 
the items separately here:

http://cpashow.tiddlyspot.com/#task
http://cpashow.tiddlyspot.com/#todos
And showing the data store:
http://cpashow.tiddlyspot.com/#%24%3A%2F_cpa%2FData%2Ftodos 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dae2a8b5-1db8-4f9f-ab54-40c1b8115cc8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to