> Is it possible to use "+store.getTiddlerSlice(tiddler.title,
> "SliceName")+" or a variant in the "where" context of fET
Yes; FET evaluates the respective clauses, so you can use pretty much
any function you like:
<<forEachTiddler
where 'tiddler.title != "Slices" &&
store.getTiddlerSlice(tiddler.title, "foo") == "bar"'
>>
That would match a tiddler like this, unless it's called [[Slices]]:
|foo|bar|
HTH.
-- F.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---