You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DOCS] Make it more obvious that $:/DefaultTiddlers setting can handle filter-expressions (#8729)
* [DOCS] Make it more obvious that $:/DefaultTiddlers setting can handle filter-expressions
* update with requested changes.
* [DOCS] Make it more obvious that $:/DefaultTiddlers setting can handle filter-expressions
* Refactor text according to feedback
* Create link to DefaultTiddlers system tiddler
Copy file name to clipboardexpand all lines: editions/tw5.com/tiddlers/concepts/DefaultTiddlers.tid
+8-3
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,14 @@ tags: Concepts
4
4
title: DefaultTiddlers
5
5
type: text/vnd.tiddlywiki
6
6
7
-
"Default tiddlers" refers to the list of tiddlers that is opened at startup in the browser if the address bar does not include a [[permalink|PermaLinks]]).
7
+
"Default tiddlers" refers to the list of tiddlers that are opened at startup in the browser if the address bar does not include a [[permalink|PermaLinks]].
8
8
9
-
At startup, the text of the system tiddler [[$:/DefaultTiddlers]] is retrieved and evaluated as a [[filter expression|Filter Expression]]. The resulting list of titles is then inserted into the [[story river|Story River]].
9
+
There are two ways default tiddlers can be defined:
10
10
11
-
The [[control panel|$:/ControlPanel]] ''info/basics'' tab includes a text box for direct access to [[$:/DefaultTiddlers]].
11
+
* A [[title-list|Title List]] eg: `TiddlerTitle` and `[[Title with spaces]]`
12
+
* [[Filter expressions|Filter Expression], using filter operators eg: `[tag[HelloThere]]`
13
+
14
+
The resulting list of titles is then inserted into the [[story river|Story River]].
15
+
16
+
The [[control panel|$:/ControlPanel]] ''-> Info -> Basics -> Default tiddler'' setting includes a text box for direct access to $:/DefaultTiddlers.
0 commit comments