the navigation arrows are stolen from Jed's Pet Diary - it even has the 
same variable names more suited to that original purpose:

<$list filter='[is[current]]+[tag[slide]]+[nsort[order]]' 
variable=CurrentImage>

<div style='width:100%'>
<$list filter='[tag[slide]]+[nsort[order]]+[before<CurrentImage>]'>
<div style='width:70%;z-index:99;position:absolute'>
<$button class='tc-btn-invisible'>
<$action-navigate $to=<<currentTiddler>>/>{{$:/core/images/chevron-left}}
<$action-sendmessage $message='tm-close-tiddler' $param=<<CurrentImage>>/>
</$button>
</div>
</$list>
<$list filter='[tag[slide]]+[nsort[order]]+[after<CurrentImage>]'>
<div style='text-align:right;position:absolute;width:80%;z-index:98'>
<$button class='tc-btn-invisible'>
<$action-navigate $to=<<currentTiddler>>/>{{$:/core/images/chevron-right}}
<$action-sendmessage $message='tm-close-tiddler' $param=<<CurrentImage>>/>
</$button>
</div>
</$list>

<div style='text-align:center;position:absolute;z-index:1;width:80%;color:
#e2d3b8'>
{{!!order}}
</div>

</div>
<br>

<div>
<p>
<$transclude field='caption' mode=block/>
</p>
<br>
</div>
</$list>

its in the tiddler [[newSlideViewTemplate]]

-- 
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/637b7c14-80a4-4075-b5b8-35b418e8f32a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to