Hi,
On Friday, January 19, 2018 at 5:59:17 PM UTC+1, TheDiveO wrote:
>
> I'm looking for a single tiddler storyview and I'm aware of the "zoomin"
> storyview. I've experimented with the zoomin storyview, but I see some
> obstacles to my particular usecase.
>
In addition to the suggestions from others, here are a few "hacks" I could
think of:
1.) Replace the "close" button with the "home" button in your view toolbar
(and make your start tiddler the "home" tiddler, obviously).
2.) Build a custom sidebar menu with something like the following code (it
will close all other tiddlers whenever one of the links is clicked):
<$list filter="[tag[Contents]]">
<$button class="tc-btn-invisible tc-tiddlylink">
<$action-navigate $to={{!!title}}/>
<$action-sendmessage $message="tm-close-other-tiddlers"
$param={{!!title}}/>
{{!!title}}
</$button>
<br/>
</$list>
Of course, this won't work with links from within your tiddlers. In this
case, the other tiddlers will remain open, unless you use the code from
above for all your internal links.
Cheers,
Stef
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/9e4e08ea-bdd5-4425-8d67-cab61805ab89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.