이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

Tiddler Colour Cascade

2024년 11월 20일 오후 10:55

The tiddler colour cascade is a cascade used to choose which colour should be used for a particular tiddler tag.

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:

  1. If the tiddler has a color field, use the value as the colour for the tag-pill
  2. 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.