I want to loop over all task types (I have tiddler's called "home", and
"work", each tagged as "tasktype"), and for each one, list the names of all
tiddlers of that type also tagged as "task". This is instead of simply
copying my code as below. How can I do this?
Ugly solution:
!! home
<$list filter="[!has[draft.of]tag[task]!tag[done]tag[home]sort[created]]">
<$checkbox tag="done"> <$link to={{!!title}}><$view
field="title"/></$link></$checkbox>
</$list>
!! work
<$list filter="[!has[draft.of]tag[task]!tag[done]tag[work]sort[created]]">
<$checkbox tag="done"> <$link to={{!!title}}><$view
field="title"/></$link></$checkbox>
</$list>
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/59ee47b6-8d62-4435-9899-684af70c6376%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.