Docs: DefaultTiddlers tweaks

This commit is contained in:
Jermolene 2018-03-06 16:14:50 +00:00
parent 1a52fdd626
commit 33cdf1550a
2 changed files with 23 additions and 5 deletions

View File

@ -0,0 +1,12 @@
created: 20180306113011255
modified: 20180306161225140
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]]).
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]].
The [[control panel|$:/ControlPanel]] ''info/basics'' tab includes a text box for direct access to [[$:/DefaultTiddlers]].

View File

@ -1,19 +1,25 @@
created: 20180305174809089
modified: 20180305175534150
modified: 20180306161405033
tags: [[Customise TiddlyWiki]]
title: Configuring startup tiddlers
type: text/vnd.tiddlywiki
You can configure ~TiddlyWiki to start up using whatever individual or group of tiddlers you want.
You can configure ~TiddlyWiki to start up using whatever individual or group of tiddlers you want using the [[default tiddlers|DefaultTiddlers]] mechanism.
In the control panel under the info tab is an input field labeled "Choose which tiddlers are displayed at startup". You can list whatever tiddlers you want to open at startup. You can also use [[filter expressions|Filter Expression]] to open more than one tiddler.
In the control panel under the info tab is an input field labeled "Choose which tiddlers are displayed at startup". You can list whatever tiddlers you want to open at startup. Use double square brackets for titles containing spaces. For example:
For instance,
```
FirstTiddler
SecondTiddler
[[Third Tiddler]]
```
You can also use [[filter expressions|Filter Expression]] to open more than one tiddler. For example:
```
[tag[HelloThere]]
```
will open all tiddlers tagged as //~HelloThere//.
will open all tiddlers tagged as <<tag HelloThere>>.
You can also use this technique to [[preserve open tiddlers at startup|Preserving open tiddlers at startup]]