@magev958
My fault, the sort[] must be equal. In my upper code I have got both 
!sort[] and sort[].

It must be:
\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">&nbsp;<<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>>&nbsp;</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/7e84f04e-01d2-42d1-8353-6a99727a3bc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to