From 412e1a940a6d04f1590120aeb6b3ecc3ff210459 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Thu, 21 Nov 2024 17:42:07 +0100 Subject: [PATCH] [DOCS] Update -- Tiddler Colour Cascade info - add icon --- .../tw5.com/tiddlers/concepts/Tiddler Colour Cascade.tid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/concepts/Tiddler Colour Cascade.tid b/editions/tw5.com/tiddlers/concepts/Tiddler Colour Cascade.tid index 56c1500c734..15675921a60 100644 --- a/editions/tw5.com/tiddlers/concepts/Tiddler Colour Cascade.tid +++ b/editions/tw5.com/tiddlers/concepts/Tiddler Colour Cascade.tid @@ -1,16 +1,16 @@ created: 20211206160300525 -modified: 20241120225502933 +modified: 20241121164044717 tags: Cascades title: Tiddler Colour Cascade type: text/vnd.tiddlywiki -The tiddler colour cascade is a [[cascade|Cascades]] used to choose which colour should be used for a particular tiddler tag. +The tiddler colour cascade is a [[cascade|Cascades]] used to choose which colour should be used for a particular tiddler ''tag'' and ''icon''. Core tiddler colour cascades can be found in $:/core/macros/tag, $:/core/ui/Components/tag-link, $:/core/ui/EditTemplate/tags, $:/core/ui/TagPickerTagTemplate, $:/core/ui/TagTemplate and $:/core/ui/ViewTemplate/title The default tiddler tag colour cascade consists of: -# If the tiddler has a ''color'' field, use the value as the colour for the tag-pill +# If the tiddler has a ''color'' field, use the value as the colour for the ''tag-pill'' and the ''tiddler-icon'' # If the tiddler $:/config/DefaultTiddlerColour exists, use the value as the colour You can see the current settings for the tiddler colour cascade in $:/ControlPanel under the ''Info'' -> ''Advanced'' -> ''Cascades'' -> ''Tiddler Colour'' tab.