Hohoho, dear Tob, 

There is an update for my old styles-wiki now and next/previous navigation 
on the slides is still working. (Other stuff is not working well but that’s 
due to the experimental nature of hacks collected there.)

https://tid.li/tw5/styles.html#SlideShowMacros:SlideShowMacros%20%24%3A%2Fcore%2Fui%2FViewTemplate%2Fcontrols%20Slideshows
 
should show you the relevant tiddlers, where 
*$:/core/ui/ViewTemplate/controls* contains this code: 

<div class="slideshow-controls">
<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>


If this doesn’t work in your case I guess we would need more info about 
your tags and tiddlers. 

All the best and happy navigation,
Thomas

Am Montag, 25. Dezember 2017 21:44:16 UTC+1 schrieb tobaisch:
>
> Hello your Santas,
> am I doing something wrong?
> In version 5.1.15 it does not work properly.
> I can not jump back only forward.
> Regards
> Tob
>

-- 
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/afa8ed0a-24e4-4380-8939-3c16a848d1de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to