mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 08:06:17 +00:00
2bfefe3880
* Parameterise all the icons * Improve splash screen macro for rendering icons * Add new example from @kookma
15 lines
448 B
Plaintext
15 lines
448 B
Plaintext
created: 20211013132515594
|
|
modified: 20211018102307833
|
|
tags: Learning [[Core Icons]]
|
|
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>
|
|
|