Thank you very much, BJ! That works as advertised. Now I'm wrapping this in 
a conditional so I can run the wiki either in development or "readonly" 
single tiddler view.

Best regards,
TheDiveO

On Thursday, February 8, 2018 at 7:10:49 PM UTC+1, BJ wrote:
>
> you can hack the  $:/core/ui/PageTemplate tiddler to do this by the 'close 
> all other tiddlers' message.
>
> add this link catcher widget under the navigate widget like so
>
>
> <$linkcatcher message="tm-navigate"  actions=<<closeother>>>
> <$dropzone>
>
> <$list 
> filter="[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]" 
> variable="listItem">
>
> <$transclude tiddler=<<listItem>>/>
>
> </$list>
>
> </$dropzone>
> </$linkcatcher>
>
>
> and add  this definition at the top:
>
> \define closeother()
> <$action-sendmessage $message="tm-close-other-tiddlers" 
> $param=<<navigateTo>>/>
> \end
>
> all the best 
> BJ
>
> On Thursday, February 8, 2018 at 6:06:18 PM UTC+1, TheDiveO wrote:
>>
>> Is there any chance for a single-tiddler story river, where only one 
>> tiddler is shown in the river?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/d145d43f-719a-46f3-8fe0-ede0a3b95de6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to