Just for those who like alternatives: Here's what I use to list all my icons 
(copy to clipboard is missing here).
I usually click an image to open it and copy the title from there. 

Put this in a tiddler:


System images (ie, tiddlers tagged [[$:/tags/Image]]):

<style>
.my-gallery svg {
width: 1.5em;
height: 1.5em;
margin: 1em;
}
</style>
<div class="my-gallery">
<$list filter="[all[tiddlers+shadows]tag[$:/tags/Image]sort[]]">
<$link tooltip="{{!!title}}">
<$transclude/>
</$link>
</$list>
</div>


Cheers, 
Thomas 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/7749ccb9-7723-41c5-8b30-871b5e17ea63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to