Very nice. Thanks.

On Saturday, 8 February 2014 15:50:31 UTC, Alberto Molina wrote:
>
> Hi everyone,
>
> Most of the time, I use the sidebar search box to locate a specific 
> tiddler whose title is what I write in the box. And most of the time I need 
> to scroll down until I see the tiddler I want in the list. 
> If I'm not alone in this case, then it would be great to have as first 
> result(s) the tiddler(s) whose title better matches the searched string.
>
> One solution I found is using this (with a limit of 3 matching results):
>
> <$list filter="[prefix{$:/temp/search}limit[3]]" emptyMessage="No tiddler 
> with this prefix"/>
>
>
> If you are interested, you'll find the search box inside 
> "$:/core/ui/SideBarLists", and you can insert the previous line there 
> (after the <div>):
>
> <div class="tw-search-results">
>
>
> //<small><$count filter="[!is[system]search{$:/temp/search}]"/> matches
> </small>//
>
>
> Best wishes,
>
> Alberto
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to