Skip to content

Commit

Permalink
[DOCS] Make it more obvious that $:/DefaultTiddlers setting can handl…
Browse files Browse the repository at this point in the history
…e filter-expressions
  • Loading branch information
pmario committed Nov 4, 2024
1 parent 12f7c07 commit 4e4f1c2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions editions/tw5.com/tiddlers/concepts/DefaultTiddlers.tid
Original file line number Diff line number Diff line change
@@ -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]].

Expand Down

0 comments on commit 4e4f1c2

Please sign in to comment.