diff --git a/editions/tw5.com/tiddlers/concepts/DefaultTiddlers.tid b/editions/tw5.com/tiddlers/concepts/DefaultTiddlers.tid index 751c01e74a4..de7d04e3c27 100644 --- a/editions/tw5.com/tiddlers/concepts/DefaultTiddlers.tid +++ b/editions/tw5.com/tiddlers/concepts/DefaultTiddlers.tid @@ -1,10 +1,15 @@ created: 20180306113011255 -modified: 20180306161225140 +modified: 20241104150049419 tags: Concepts title: DefaultTiddlers type: text/vnd.tiddlywiki -"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]]). +"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]]. + +There are 2 ways default tiddlers can be defined: + +* A [[title-list|Title List]] eg: `TiddlerTitles` and `[[Titles with spaces]]` +* Filter expressions, using [[filter operators|Filter Operators]] eg: `[tag[HelloThere]]` 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]].