mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Minor tweaks to 0cfe6597d4
This commit is contained in:
parent
0cfe6597d4
commit
3d86d62a6e
@ -6,7 +6,7 @@ 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.
|
||||
<<.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>> />
|
||||
|
@ -4,7 +4,7 @@ tags: Learning
|
||||
title: ImageGallery Example
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
''Info:'' The "~ImageGallery Example" has been replaced. This tiddler will be kept, so external links won't break. Below you see the [[Icon Gallery]] as a transcluded tiddler.
|
||||
<<.warning "The [[ImageGallery Example]] has been replaced with the new [[Icon Gallery]] which is transcluded below">>
|
||||
|
||||
---
|
||||
|
||||
|
@ -86,7 +86,7 @@ This tiddler contains all the necessary elements that are important for toolbar
|
||||
: Is used as the button tooltip
|
||||
|
||||
; icon
|
||||
: Assigns the button icon. We use `$:/core/images/spiral` {{$:/core/images/spiral}} here. More button icons can be found at the [[Icon Gallery]]
|
||||
: Assigns the button icon. We use `$:/core/images/spiral` {{$:/core/images/spiral}} here. More button icons can be found in the [[Icon Gallery]]
|
||||
|
||||
; shortcuts
|
||||
: This is the [[Keyboard Shortcut Descriptor]] eg: `((temp-bold))`
|
||||
|
@ -1,6 +1,6 @@
|
||||
caption: image-picker
|
||||
created: 20160418155531395
|
||||
modified: 20211018102346306
|
||||
modified: 20160418155805435
|
||||
tags: Macros [[Core Macros]]
|
||||
title: image-picker Macro
|
||||
type: text/vnd.tiddlywiki
|
||||
@ -18,4 +18,4 @@ The images are selected by means of a [[filter expression|Filter Expression]], i
|
||||
|
||||
> `[all[shadows+tiddlers]is[image]$subfilter$!has[draft.of]] -[type[application/pdf]] +[sort[title]]`
|
||||
|
||||
See: <<.macro-examples "image-picker">> and [[Icon Gallery]]
|
||||
<<.macro-examples "image-picker">>
|
||||
|
@ -6,4 +6,4 @@ tags: SystemTags
|
||||
title: SystemTag: $:/tags/Image
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
The [[system tag|SystemTags]] `$:/tags/Image` marks (core) images. An overview of system icons can be found at: [[Icon Gallery]]
|
||||
The [[system tag|SystemTags]] `$:/tags/Image` marks core images. An overview of system icons can be found in the [[Icon Gallery]]
|
Loading…
Reference in New Issue
Block a user