mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-23 23:46:52 +00:00
Add tooltips to image gallery demo
This commit is contained in:
parent
8a999ea745
commit
74f3055b9c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user