Hi, 

just want to make a small contribution to this great tool.

Using the plugins "ForEachTiddler" and "ToggleTag" you can create a
checkbox list. ToggleTag comes by default in mGSD (this is the one I
use).

This was already done with Checkboxplugin, but, as you may know, has
some bugs and breaks the code (cannot be used in mGSD).

This works pretty straight forward. 

I have it on my sidebar, making a checkbox list of tag "TasksForToday",
the checkbox toggles the "Done" tag, so they disappear from the list.

Just have to simply put it inside a tiddler, changing the tag
"TasksForToday" for whatever you like.

<<forEachTiddler
 where
 'tiddler.tags.contains("TasksForToday")
&& !tiddler.tags.contains("Done")' script '
function writeChkBoxTiddler(tiddler) {
 myTitle = tiddler.title;
 outTiddler = "\<\<toggleTag Done "+"\'"+tiddler.title+"\'"+"
\'\[\["+myTitle+"\]\]\'\>\>\n"; return outTiddler;
 };'
write 'writeChkBoxTiddler(tiddler)'
>>


I hope you find it useful, for me
this has been a great help.

Regards,

Javix

-- 
You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to gtd-tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en.

Reply via email to