On Nov 7, 1:48 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > it would be much easier if I could just > type-in the one I am looking for (like in a search box, or a pop-up, > or whatever)
I believe the GoToPlugin is what you are describing. View a tiddler by typing its title and pressing enter. As you type, a list of possible matches is displayed. http://tiddlytools.com/#GotoPlugin Morris Gray http://twhelp.tiddlyspot.com A TiddlyWiki help file for beginners http://sidebarpluginvault.tiddlyspot.com World's largest squeezable TW plugin database On Nov 7, 1:48 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > This suggestion works perfect for me, but I keep asking more out of my > wiki. Is there a way for it to ask for the word to search for? That > is, I always search for TODO and INPROGRESS tags, but on the tiddler > text I am looking for "someone"; right now I made a tiddler for each > person I could think of, but it would be much easier if I could just > type-in the one I am looking for (like in a search box, or a pop-up, > or whatever) > Thanks in advance! > > On Oct 24, 7: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 -~----------~----~----~----~------~----~------~--~---

