mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
b80d079d71
Some of which I'd accidentally left from 1348607c8f
, but I thought it was worth clearing them all up
15 lines
433 B
Plaintext
15 lines
433 B
Plaintext
created: 20211013132515594
|
|
modified: 20211018102307833
|
|
tags: Learning
|
|
title: Icon Gallery
|
|
type: text/vnd.tiddlywiki
|
|
|
|
\define copyActions() <$action-sendmessage $message="tm-copy-to-clipboard" $param=<<imageTitle>>/>
|
|
|
|
<<.tip "Click an icon to copy the title to the clipboard">>
|
|
|
|
<div class="tc-image-chooser">
|
|
<$macrocall $name="image-picker-list" filter="[all[shadows+tiddlers]tag[$:/tags/Image]]" actions=<<copyActions>> />
|
|
</div>
|
|
|