Hi all, 

Cool stuff! I have played a bit with Jed’s (first) code and made a new 
version. Main differences: 
- buttons appear only if there is a tiddler we can navigate to
- tooltip on the button istead of the tag

\define prevnextTip(direction:"next/previous")
Go to $direction$ in $(CurrentTag)$
\end

<$list filter='[is[current]tags[]]' variable=CurrentTag>
<$list variable=PreviousTiddler filter=
'[tag<CurrentTag>before<currentTiddler>]'>
<$wikify name=tt text=<<prevnextTip "previous">>>
<$button tooltip=<<tt>>><$action-navigate $to=<<PreviousTiddler>>/>
Previous</$button>
</$wikify>
</$list>
<$list variable=NextTiddler filter='[tag<CurrentTag>after<currentTiddler>]'>
<$wikify name=tt text=<<prevnextTip "next">>>
<$button tooltip=<<tt>>><$action-navigate $to=<<NextTiddler>>/>
Next</$button>
</$wikify>
</$list>
</$list>

Happy presentations!
Thomas

-- 
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/722d5b9a-1d21-4342-8f95-3c6c70861dbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to