To implement a search/replace fctn while editing, have a look at
Eric's QuickEdit tools: http://www.tiddlytools.com/#QuickEditPackage
there are sort & replace utils for in-tiddler usage.
Cheers Michael

On Oct 24, 8:06 pm, FND <[EMAIL PROTECTED]> wrote:
> > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to