1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +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 created: 20140809113603449
modified: 20140919161451179 modified: 20150520161451179
tags: Learning tags: Learning
title: ImageGallery Example title: ImageGallery Example
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
@ -15,6 +15,8 @@ margin: 1em;
</style> </style>
<div class="my-gallery"> <div class="my-gallery">
<$list filter="[all[tiddlers+shadows]tag[$:/tags/Image]]"> <$list filter="[all[tiddlers+shadows]tag[$:/tags/Image]]">
<span title=<<currentTiddler>>>
<$transclude/> <$transclude/>
</span>
</$list> </$list>
</div> </div>