> search for a word and a specific tag at the same time
Yes; try the following:
<<forEachTiddler
where 'tiddler.tags.contains("foo") &&
tiddler.text.contains("bar")'
>>
This should give you all tiddlers with the tag "foo" and the term "bar"
in the tiddler contents.
Take a look at the FET macro's documentation - the possibilities are
almost endless...
-- 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
-~----------~----~----~----~------~----~------~--~---