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/8273a9cb-5614-448e-bccd-0dbc59108a7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to