Alternatively, I tried putting Else in a field called projecttask and
then I tried to invoke it with fET:
<<forEachTiddler where
'tiddler.tags.contains("UsedWithTask_"+store.getValue(tiddler,"projecttask"))'>>
While the store.getValue(tiddler,"projecttask") syntax works
elsewhere, it doesn't work here. I suspect it has to do with the
double quotes around the field name ("projecttask"). I tried escaping
them with backslashes, but I got an error.I'd prefer the first method, to avoid having to create additional fields, but I can work with the second method. w On Aug 27, 9:53 am, whatever <[email protected]> wrote: > Hi! > I have a tiddler named formTaskSomething_Else. > In this tiddler, there is a form, as well a list of all tiddlers > tagged with UsedWithTask_Else. > I've tried the following: > <<forEachTiddler where > 'tiddler.tags.contains("UsedWithTask_"+context.inTiddler.title)'>> > Obviously this only works when the whole tiddler title > (formTaskSomething_Else) is needed. What I need is a way to include > only a part of the tiddler title into the fET syntax (in this case: > Else). > > w -- 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.

