Very interesting stuff indeed!
@thomas
I played with your code as well and added some css and made some changes:
- displays the tiddlers title on hover
- cuts long tiddler titles to "tiddler title..." (maybe you have to change
the max-width)
tag it $:/tags/ViewTemplate
\define prevnextTip()
$(prev_nextTiddler)$
\end
<div class="center">
<$list filter='[is[current]tags[]limit[1]]' variable=CurrentTag>
<$list variable=prev_nextTiddler filter=
'[tag<CurrentTag>!sort[]before<currentTiddler>]'>
<$wikify name=tt text=<<prevnextTip>>>
<p class="left">
<$button class='tc-btn-invisible_blue' tooltip=<<tt>>>
<$action-navigate $to=<<PreviousTiddler>>/>{{$:/core/images/chevron-left}}<span
class="left-notext">Previous</span><span
class="left-text"> <<prev_nextTiddler>></span></$button></p></$wikify>
</$list>
<$list variable=prev_nextTiddler
filter='[tag<CurrentTag>sort[]after<currentTiddler>]'>
<$wikify name=tt text=<<prevnextTip>>>
<p class="right"><$button class='tc-btn-invisible_blue' tooltip=<<tt>>>
<$action-navigate $to=<<prev_nextTiddler>>/><span class="right-text"><<
prev_nextTiddler>> </span><span class="right-notext">Next</span> {{$:/
core/images/chevron-right}}</$button>
</p>
</$wikify>
</$list>
</$list>
</div>
--
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/ab36e063-5c38-452e-b58b-077356f696aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.