> 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 TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to