1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-22 14:00:03 +00:00

[DOCS] Slightly improve the documentation for tiddler color-field (#8765)

This commit is contained in:
Mario Pietsch 2024-11-21 09:11:12 +01:00 committed by GitHub
parent 1a1f166ac8
commit 81862b5bc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -1,16 +1,16 @@
created: 20211206160300525
modified: 20211206165301231
modified: 20241120225502933
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.
The tiddler colour cascade is a [[cascade|Cascades]] 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 colour cascade consists of:
The default tiddler tag colour cascade consists of:
# If the tiddler has a ''color'' field, use the value as the colour
# If the tiddler has a ''color'' field, use the value as the colour for the tag-pill
# 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.

View File

@ -1,7 +1,7 @@
created: 20240907042443909
modified: 20240907042629405
modified: 20241120225606237
tags: [[Hidden Settings]]
title: Hidden Setting: Default Tiddler Colour
type: text/vnd.tiddlywiki
A default tiddler colour can be specified by creating a tiddler called $:/config/DefaultTiddlerColour containing the CSS color value.
A default tag-tiddler colour can be specified by creating a tiddler called $:/config/DefaultTiddlerColour containing the CSS color value. For more details see: [[Tiddler Colour Cascade]]