There's something magical about hitting the "Post" button. As soon as you 
do, the
clouds clear and the sun comes beaming in.

Anyway, if your tiddler is called, Page Starter, then this entry in the 
default tiddler field
should open with "Page Starter" at the top

[[Page Starter]]
[all[tiddlers]!is[system]!field:title[Page Starter]!sort[]]



On Sunday, January 19, 2020 at 1:44:05 PM UTC-8, Mark S. wrote:
>
> 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.
>
>
>

-- 
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/0520b9b9-be72-4a63-8f32-3a516e29e4fc%40googlegroups.com.

Reply via email to