mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
Docs: DefaultTiddlers tweaks
This commit is contained in:
parent
1a52fdd626
commit
33cdf1550a
12
editions/tw5.com/tiddlers/concepts/DefaultTiddlers.tid
Normal file
12
editions/tw5.com/tiddlers/concepts/DefaultTiddlers.tid
Normal 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]].
|
||||||
|
|
@ -1,19 +1,25 @@
|
|||||||
created: 20180305174809089
|
created: 20180305174809089
|
||||||
modified: 20180305175534150
|
modified: 20180306161405033
|
||||||
tags: [[Customise TiddlyWiki]]
|
tags: [[Customise TiddlyWiki]]
|
||||||
title: Configuring startup tiddlers
|
title: Configuring startup tiddlers
|
||||||
type: text/vnd.tiddlywiki
|
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]]
|
[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]]
|
You can also use this technique to [[preserve open tiddlers at startup|Preserving open tiddlers at startup]]
|
Loading…
Reference in New Issue
Block a user