G'day
I am successfully using the following forEachWiki code to filter a
particular tag.
<<forEachTiddler
where
'tiddler.tags.contains("Task")'
sortBy
'(tiddler.title.toLowerCase())'
>>
I would like to add a line to exclude some tags e.g. (in psuedo code)
where tag contains "task" and tag EXCLUDES "foo".
Is this possible and if so, how?
Tony
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.