1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Add tooltips to image gallery demo

This commit is contained in:
Jermolene 2015-05-21 08:06:16 +01:00
parent 8a999ea745
commit 74f3055b9c

View File

@ -1,5 +1,5 @@
created: 20140809113603449
modified: 20140919161451179
modified: 20150520161451179
tags: Learning
title: ImageGallery Example
type: text/vnd.tiddlywiki
@ -15,6 +15,8 @@ margin: 1em;
</style>
<div class="my-gallery">
<$list filter="[all[tiddlers+shadows]tag[$:/tags/Image]]">
<span title=<<currentTiddler>>>
<$transclude/>
</span>
</$list>
</div>