O.k. my solution uses the storylist instead of tags, so its buttons take you to
the next/previous open tiddler. So you would have to open all tiddlers first,
independent of tags. (Some other macros in my example do open all tiddlers with
a given tag, I think.) If you are on top of the page, there is only one button
(next). The same is true for the last tiddler, there will be only the previous
button because "next" makes no sense on the last one.
You don't need the first line with the div I gave you in the last post, btw.
This is enough:
<span class="slideshow-next">
<$list filter="[all[current]next[$:/StoryList]]">
<$link to={{!!title}} tooltip="next">
{{$:/core/images/down-arrow}}
</$link>
</$list>
</span>
<span class="slideshow-prev">
<$list filter="[all[current]previous[$:/StoryList]]">
<$link to={{!!title}} tooltip="previous">
{{$:/core/images/up-arrow}}
</$link>
</$list>
</span>
If this is not what you need, you could describe your use case in more detail
(what you have and what you want to achieve). So people with knowledge of a
suitable solution are able to help.
-t
--
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/9d63884f-31f6-449c-ae79-31a3f759ea01%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.