Actually, nevermind.

I got it to work by tweaking Jed's Pet Diary example.  

Yay!  Thank you all :)

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

<div style='width:100%'>
<$list filter='[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='[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%'>
<hr>
</div>
</div>
<br>

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


-- 
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/41332a7f-d34b-4ef9-869b-35404d8ae225%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to