mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 08:14:50 +00:00
0cfe6597d4
* add a core icon selector to the docs * Add Icon Gallery and improve links to expose the function * re-add the ImageGallery Example tiddler
15 lines
519 B
Plaintext
15 lines
519 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>>/>
|
|
|
|
This gallery let's you ''click'' the ''icons'' and ''copies the title to the clipboard''. So it's easy to transclude them into other UI elements.
|
|
|
|
<div class="tc-image-chooser">
|
|
<$macrocall $name="image-picker-list" filter="[all[shadows+tiddlers]tag[$:/tags/Image]]" actions=<<copyActions>> />
|
|
</div>
|
|
|