Probably too simple. The lazy guy's solution:

<$button>Open all tiddlers
<$list filter="[all[tiddlers]!is[system]!sort[]]">
<$action-navigate $scroll="no" $to=<<currentTiddler>>/>
</$list>
</$button>
<$button>Reduce As Regexp
<$list filter="[list[$:/StoryList]regexp{$:/temp/search}]">
<$action-sendmessage $message="tm-close-tiddler" $param=<<currentTiddler>>/>
</$list>
</$button>
<$button>Reduce As Filter
<$list filter="[list[$:/StoryList]subfilter{$:/temp/search}]">
<$action-sendmessage $message="tm-close-tiddler" $param=<<currentTiddler>>/>
</$list>
</$button>
<$button>Reduce As Title Search
<$list filter="[list[$:/StoryList]search:title{$:/temp/search}]">
<$action-sendmessage $message="tm-close-tiddler" $param=<<currentTiddler>>/>
</$list>
</$button>

It uses the search box (because I didn't want to create an edit box). Call 
this tiddler what you want and then set it as the default tiddler.

Maybe someone else knows the right incantation to automatically open all 
tiddlers AND a specified tiddler AND have that tiddler appear
at the top of the list. Whenever I tried, no matter what settings I used, 
TW wanted to put my tiddler at the BOTTOM, which was
the least useful place. So ... that's why there is a button to open all 
tiddlers.

Maybe this will at least give a feel for what you want.





On Saturday, January 18, 2020 at 6:15:30 AM UTC-8, TiddlyTweeter wrote:
>
> A long, long time ago in Dos I used InfoSelect (it still exists now in a 
> different form for Windows). 
> The Dos version was rather like TW. It was wholly made of fragments.
>
> A GREAT thing about it was on open ALL fragments were loaded and 
> displayed. 
> Search (on text) filtered them so you would see only what you wanted.
>
> Could we replicate this with TW? ALL Tiddlers are open on start and search 
> auto-reduces them?
>
> Question
> TT
>
>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/22b97b8d-2efd-40d0-99e3-e32f932016ff%40googlegroups.com.

Reply via email to