Hi Jacques,

If you set the opening behaviour of tiddlers to 'Open at the top of the 
story river' (Control palnel > Settings > Tiddler Opening Behaviour), you 
can use the following button - displayed at the bottom right - to go to the 
top of the story river.

Create a tiddler, tagged with $:/tags/PageTemplate, containing:

<div class="tgc-fixed-bottom">
<$button class="tc-btn-invisible tgc-button-color">
&#9650;
<$list variable='Target' filter='[list[$:/StoryList]first[]]'>
<$action-navigate $to=<<Target>>/>
</$list>
</$button>
</div>

<style>
.tgc-fixed-bottom {
     position: fixed;
     bottom: 10px;
     right: 10px;
     padding: 8px;
     background-color: white;
}
.tgc-button-color {
     color: red;
}
.tgc-button-color:hover {
     color: blue;
}
</style>

Hope that helps.

Cheers,

Ton

-- 
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/473801fa-5a55-4d07-97b0-b7729c2eeb22%40googlegroups.com.

Reply via email to