From d0cd72ed8570618e56c8e3f1705894bdc33da5a1 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 1 Jan 2014 20:51:38 +0000 Subject: [PATCH] Docs update --- .../tips/Preserving open tiddlers at startup.tid | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 editions/tw5.com/tiddlers/tips/Preserving open tiddlers at startup.tid diff --git a/editions/tw5.com/tiddlers/tips/Preserving open tiddlers at startup.tid b/editions/tw5.com/tiddlers/tips/Preserving open tiddlers at startup.tid new file mode 100644 index 000000000..dd7d0eaac --- /dev/null +++ b/editions/tw5.com/tiddlers/tips/Preserving open tiddlers at startup.tid @@ -0,0 +1,15 @@ +created: 20140101192052333 +modified: 20140101192143626 +tags: tips +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.