1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-21 03:39:43 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Content to be displayed for empty story.tid

12 lines
389 B
Plaintext
Raw Normal View History

created: 20240811052854726
modified: 20240811053649554
tags: [[Hidden Settings]]
title: Hidden Setting: Content to be displayed for empty story
To display content when the story is empty, create $:/config/EmptyStoryMessage and enter the desired contents.
The following would show the GettingStarted tiddler when all others are closed.
```
{{GettingStarted||$:/core/ui/ViewTemplate}}
```