diff --git a/editions/tw5.com/tiddlers/concepts/View Template Title Cascade.tid b/editions/tw5.com/tiddlers/concepts/View Template Title Cascade.tid index ef3a29c48..cac8f5ac5 100644 --- a/editions/tw5.com/tiddlers/concepts/View Template Title Cascade.tid +++ b/editions/tw5.com/tiddlers/concepts/View Template Title Cascade.tid @@ -6,6 +6,8 @@ type: text/vnd.tiddlywiki The view template title cascade is a [[cascade|Cascades]] used by the default view template to choose the template for displaying the tiddler title. +The core view template title cascade can be found in $:/core/ui/ViewTemplate/title + The default view template title cascade consists of: # If the tiddler title starts with `$:/` then use the template $:/core/ui/ViewTemplate/title/system which causes the `$:/` prefix to be displayed in pale text @@ -13,4 +15,4 @@ The default view template title cascade consists of: You can see the current settings for the view template title cascade in $:/ControlPanel under the ''Info'' -> ''Advanced'' -> ''Cascades'' -> ''View Template Title'' tab. -<> \ No newline at end of file +<>