1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/howtos/Preserving open tiddlers at startup.tid

16 lines
630 B
Plaintext
Raw Normal View History

2014-01-01 20:51:38 +00:00
created: 20140101192052333
2014-09-12 15:05:37 +00:00
modified: 20140912142248706
tags: [[Customise TiddlyWiki]]
2014-01-01 20:51:38 +00:00
title: Preserving open tiddlers at startup
type: text/vnd.tiddlywiki
Ordinarily, at startup TiddlyWiki displays the tiddlers specified as a filter in the tiddler [[$:/DefaultTiddlers]].
Sometimes it's useful to re-open the same tiddlers that were open when the file was saved. To do so, set [[$:/DefaultTiddlers]] to this filter:
```
[list[$:/StoryList]]
```
This filter returns the tiddlers specified in the [[$:/StoryList]] tiddler, which is the system tiddler that TiddlyWiki uses to store the sequence of tiddlers in the current story.