From 25d667868d6ca77d98ad90d2ae6ca64cac9fe60c Mon Sep 17 00:00:00 2001 From: Marxsal Date: Tue, 6 Mar 2018 03:27:21 -0800 Subject: [PATCH] Explain undocumented features of startup tiddlers (#3153) --- .../Configuring startup tiddlers.tid | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 editions/tw5.com/tiddlers/customising/Configuring startup tiddlers.tid diff --git a/editions/tw5.com/tiddlers/customising/Configuring startup tiddlers.tid b/editions/tw5.com/tiddlers/customising/Configuring startup tiddlers.tid new file mode 100644 index 000000000..14f71a02f --- /dev/null +++ b/editions/tw5.com/tiddlers/customising/Configuring startup tiddlers.tid @@ -0,0 +1,19 @@ +created: 20180305174809089 +modified: 20180305175534150 +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. + +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. + +For instance, + +``` +[tag[HelloThere]] +``` + +will open all tiddlers tagged as //~HelloThere//. + +You can also use this technique to [[preserve open tiddlers at startup|Preserving open tiddlers at startup]] \ No newline at end of file