if there is the equivalent of the hover plugin that I use every day in my classic wikis ?
- I already unsuccessfully tried your opening behaviour suggestion, moreove'r I've set Zoom mode, that is a single tiddler on display at a time.
- TWClassic Hover plugin was to display floating buttons along display side, so to avoid to have to scroll up to menu bar for frequent commands. My floating buttons were : Go top of tiddler, display Home tiddler, create new tiddler, =/- font size on display.
<div class="tgc-fixed-bottom">
<$button class="tc-btn-invisible tgc-button-color">
▲
<$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>Thanks Tony and Ton,
It looks as if I've got to the end of my poor english wording :))
My problem is not getting to linked tiddler,
nor where in story river is that titiddler,
my problem is how content is displayed in linked tiddler.
→ If content is longer than screen display, what appears on screen is not the beginning of tiddler content as I'd expect, but the last part of that content (where another link to next scene is).
I'll try to illustrate :
Calling tiddler :
| SCENE VIII |
| aaa bbb ccc ... xxx yyy zzz ► SCENE IX |
Suppose my screen would only be three lines high,
if I tap SCENE IX, I'd expect that display :
| SCENE IX |
| aaa bbb ccc |
But, what I actually get is :
| www xxx yyy zzz ► SCENE X |
This behaviour occurs as well on phone as on desktop, in Chrome as well as on TiddlyDesktop ...
I hope I am now clear enough,.
I didn't want you to spoil your precious help time, for which I thank you !
Nevertheless, i'm still with my question :)
(thanks Ton for your button code, I'll keep it in case....)
► BTW, is there a way to memorize these upper four tiddlers as a one-click readonly button for my public uploads ?
--
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 tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d5edfdd9-76be-4e5d-94d2-26df4b80b7d6%40googlegroups.com.
Yes I was using Zoomin.I just switched to pop, and it looks ok !(but is less comfortable than Zoomin on phone screens when it leads in my instance to very long rivers !)