http://www.strm.us/Private/TWGG%20Questions%200109.htm#Question04
Is it possible to use "+store.getTiddlerSlice(tiddler.title,
"SliceName")+" or a variant in the "where" context of fET
IE
tiddler with x tag and y slice = yes
tiddler with x tag and y slice = no
only count tiddler with x tag and y slice = yes
<<forEachTiddler
where
'tiddler.tags.contains(["fETTasks"]) && ! tiddler.tags.contains
("excludeLists") && ! tiddler.tags.contains("Menu")'
write
'""'
end 'count+" Tiddler(s) found\n"'
none '"No Tiddler(s) found\n"'
>>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---