diff --git a/editions/tw5.com/tiddlers/Icon Gallery.tid b/editions/tw5.com/tiddlers/Icon Gallery.tid index 947dc8f78..9985cbc0f 100644 --- a/editions/tw5.com/tiddlers/Icon Gallery.tid +++ b/editions/tw5.com/tiddlers/Icon Gallery.tid @@ -6,7 +6,7 @@ type: text/vnd.tiddlywiki \define copyActions() <$action-sendmessage $message="tm-copy-to-clipboard" $param=<>/> -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">>
<$macrocall $name="image-picker-list" filter="[all[shadows+tiddlers]tag[$:/tags/Image]]" actions=<> /> diff --git a/editions/tw5.com/tiddlers/demonstrations/ImageGallery Example.tid b/editions/tw5.com/tiddlers/demonstrations/ImageGallery Example.tid index 8827c7260..c9df4ac0b 100644 --- a/editions/tw5.com/tiddlers/demonstrations/ImageGallery Example.tid +++ b/editions/tw5.com/tiddlers/demonstrations/ImageGallery Example.tid @@ -4,8 +4,8 @@ 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">> --- -{{Icon Gallery}} \ No newline at end of file +{{Icon Gallery}} diff --git a/editions/tw5.com/tiddlers/howtos/How to create dynamic editor toolbar buttons.tid b/editions/tw5.com/tiddlers/howtos/How to create dynamic editor toolbar buttons.tid index 03df1adca..5ec53f2ee 100644 --- a/editions/tw5.com/tiddlers/howtos/How to create dynamic editor toolbar buttons.tid +++ b/editions/tw5.com/tiddlers/howtos/How to create dynamic editor toolbar buttons.tid @@ -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))` diff --git a/editions/tw5.com/tiddlers/macros/image-picker Macro.tid b/editions/tw5.com/tiddlers/macros/image-picker Macro.tid index 8db810799..d6e2d38dd 100644 --- a/editions/tw5.com/tiddlers/macros/image-picker Macro.tid +++ b/editions/tw5.com/tiddlers/macros/image-picker Macro.tid @@ -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">> diff --git a/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_Image.tid b/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_Image.tid index 434aa8ac3..0fdc44f4a 100644 --- a/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_Image.tid +++ b/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_Image.tid @@ -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]] \ No newline at end of file +The [[system tag|SystemTags]] `$:/tags/Image` marks core images. An overview of system icons can be found in the [[Icon Gallery]] \ No newline at end of file