Skip to content

Commit a978a6e

Browse files
committed
[DOCS] Make it more obvious that $:/DefaultTiddlers setting can handle filter-expressions
1 parent e305264 commit a978a6e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
created: 20180306113011255
2-
modified: 20180306161225140
2+
modified: 20241116210134914
33
tags: Concepts
44
title: DefaultTiddlers
55
type: text/vnd.tiddlywiki
66

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+
9+
There are two ways default tiddlers can be defined:
10+
11+
* A [[title-list|Title List]] eg: `TiddlerTitles` and `[[Titles with spaces]]`
12+
* Filter expressions, using [[filter operators|Filter Operators]] eg: `[tag[HelloThere]]`
813

914
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]].
1015

11-
The [[control panel|$:/ControlPanel]] ''info/basics'' tab includes a text box for direct access to [[$:/DefaultTiddlers]].
16+
The [[control panel|$:/ControlPanel]] ''-> Info -> Basics -> Default tiddler'' setting includes a text box for direct access to ~$:/DefaultTiddlers.
1217

0 commit comments

Comments
 (0)