[tw] Re: limiting search by tag

2012-07-03 Thread Scott Simmons
On Monday, July 2, 2012 7:10:18 PM UTC-4, axelm wrote: > > That works great. > Is there a wild character one can use? It's an awesome plugin. There are a couple of different ways to go about wildcard matching. For the sake of example, Let's say you have seven daily tiddlers named "MyMondayT

[tw] Re: limiting search by tag

2012-07-03 Thread Cyrill
Hallo Eric, how to insert the actual tiddlername as one of the indicated filter criteria ? With this option i will use the code inserted in the ViewTemplate of the TW and it will present in every tiddler of a different way. This can be used as little visual mindmap, perhaps also to show parent

[tw] Re: limiting search by tag

2012-07-02 Thread axelm
That works great. Is there a wild character one can use? axel -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/SP3CS0xq2nwJ. To post to this group, send email t

[tw] Re: limiting search by tag

2012-07-01 Thread Scott Simmons
I'm surprised no one mentioned Udo Borkowski's YourSearchPlugin: http://tiddlywiki.abego-software.de/#YourSearchPlugin In addition to having a pretty preview window, it offers extended syntax in search. where, for example, !string matches a title and #string matches a tag. For example: dogs -

[tw] Re: limiting search by tag

2012-07-01 Thread axelm
Hello all, this works very well. Is there a way to just get a list of links to the matched tiddlers and not open them all? This can sometimes be rather slow. thanks, axelm -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To view this discussion

[tw] Re: limiting search by tag

2009-09-23 Thread ac0la
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 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

[tw] Re: limiting search by tag

2009-09-22 Thread Eric Shulman
> 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

[tw] Re: limiting search by tag

2009-09-22 Thread ac0la
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

[tw] Re: limiting search by tag

2009-09-22 Thread Eric Shulman
> > I'm afraid you're gonna need to write some custom code. > I'm afraid you're right. Thanks for the clarification. Don't be afraid... :-) Here's some custom code: -- <><>/% %/ Filter by tag: <> enjoy, -e Eric Shulman TiddlyTools / ELS Design Studi

[tw] Re: limiting search by tag

2009-09-22 Thread ac0la
I don't initially see how I can get this to work for me, but I'll give it a closer look. Thank you for the suggestion! A > What about developing a front end to a search macro using the Alias Plugin > Sourcehttp://www.TiddlyTools.com/#AliasPlugin > Documen

[tw] Re: limiting search by tag

2009-09-22 Thread ac0la
> > It doesn't - it's just extending the API for programmers rather than the > macro for end users. > If none of the existing plugins provide the functionality you're looking > for, I'm afraid you're gonna need to write some custom code. > > -- F. I'm afraid you're right. Thanks for the clarific

[tw] Re: limiting search by tag

2009-09-21 Thread Anthony Muscio
A Quick Idea, What about developing a front end to a search macro using the Alias Plugin Sourcehttp://www.TiddlyTools.com/#AliasPlugin Documentationhttp://www.TiddlyTools.com/#AliasPluginInfo This may be a way to

[tw] Re: limiting search by tag

2009-09-21 Thread FND
> http://trac.tiddlywiki.org/ticket/387 > It addresses a change that was made to the bit of code below (addition > of the "match" argument). I just don't understand what this stuff has > to do with the search macro. It doesn't - it's just extending the API for programmers rather than the macro

[tw] Re: limiting search by tag

2009-09-18 Thread ac0la
I did already look there, but didn't see anything that addressed my problem. I did find something indicating that the code was changed two years ago to allow what I'm trying to do, but I'm not at the point where I can make it useful (or tell if it could be made useful): Here's the discussion: ht

[tw] Re: limiting search by tag

2009-09-18 Thread FND
> Cool plugin, but it's not quite what I'm looking for. I specifically > need a search box that works just like the normal search (searching > the full text of tiddlers) but returns only tiddlers tagged "Content." This might be of interest: http://tiddlywiki.org/wiki/Enhanced_Search -- F.

[tw] Re: limiting search by tag

2009-09-18 Thread ac0la
Cool plugin, but it's not quite what I'm looking for. I specifically need a search box that works just like the normal search (searching the full text of tiddlers) but returns only tiddlers tagged "Content." Andres On Sep 18, 1:02 am, Anthony Muscio wrote: > See, > > http://www.TiddlyTools.com/

[tw] Re: limiting search by tag

2009-09-17 Thread Anthony Muscio
See, http://www.TiddlyTools.com/#GotoPlugin And use the format <> This searches all tiddler Titles for the text and tagged Contact. The Search option that becomes available within Goto does not restrict its results to those tagged contact. But often if yo