Regarding navigating back to previous tiddler (and assuming you're talking 
generally about this and not just for zoomin story view);

I have used a "light version" of this for some time now, in classic story 
view; By "light" I mean that it's not really the previous tiddler that's 
scrolled into view but the tiddler *above* the closing one rather than the 
one below it. This is often the previous tiddler. So, if you use the 
default setting where clicking a link in a tiddler opens the new tiddler to 
below the current, then this scroll-back-upwards when closing is absolutely 
superior to scrolling down. Here is the code to remake the close button for 
this:

title: $:/core/ui/Buttons/close
tags: $:/tags/ViewToolbar
text:
<$button message="tm-close-tiddler" tooltip={{$:/language/Buttons/Close/Hint
}} aria-label={{$:/language/Buttons/Close/Caption}} class=<<tv-config-
toolbar-class>>>
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
{{$:/core/images/close-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Close/Caption
}}/></span>
</$list>
<$action-navigate $to={{{ 
[list[$:/StoryList!!list]before<currentTiddler>]}}}/>
</$button>

...

Apropos story views and history lists;

BJ has StoryTopTabs 
<http://bjtools.tiddlyspot.com/#StoryTopTabs:%5B%5BWelcome%20to%20my%20collection%20of%20tiddlywiki%20related%20projects%5D%5D%20StoryTopTabs>
 to 
show tiddlers sticking up as tabs in the same way that browsers show tabs. 
I used the TWC version of this a lot and it was very useful with immediate 
access to everything. On the downside, it's not very pretty when you have 
several such tabs. 

Also, years ago I outlined the "Article Storyview 
<http://twaddle.tiddlyspot.com/#Article%20Storyview>" concept. Hope to 
implement it one sunny day ;-)

<:-)

-- 
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/3706f71a-496a-4184-98d4-c046eefe850e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to