It works beautifully! A million thanks. But with people like you around, I'll never learn to do this myself....
Andres On Sep 22, 2:40 pm, Eric Shulman <[email protected]> wrote: > > This is amazing, thank you! It's actually much more functionality than > > I want to give users; I just want their search to spit back only > > tiddlers with the "Content" tag, without giving them the option to > > change this. But I'll see what I can tweak to get it that way. It will > > give me chance to learn what's going on under the hatch. I won't be > > afraid. :-) > > That's just a few easy changes, and makes the code even simpler! > > REMOVE > <select name='tags'><option value=''>Filter by tag:</option></ > select> > > CHANGE: > var matches=store.search > (highlightHack,'tags',this.form.tags.value,true); > to: > var matches=store.search(highlightHack,'tags','Content',true); > > REMOVE > <<tiddler {{ > var list=place.lastChild.getElementsByTagName('form')[0].tags; > var tags=store.getTags() > for (var t=0;t<tags.length;t++) > list.options[list.length]=new Option(tags[t][0],tags[t] > [0]); > '';}}>> > > enjoy, > -e > Eric Shulman > TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

