mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-10 17:30:26 +00:00
14 lines
585 B
Plaintext
14 lines
585 B
Plaintext
|
created: 20240811052854726
|
||
|
modified: 20241116102931084
|
||
|
original-modified: 20240811053649554
|
||
|
tags: [[Hidden Settings]]
|
||
|
title: Hidden Setting: Content to be displayed for empty story
|
||
|
ja-title: 隠し設定: 空のストーリーに表示されるコンテンツ
|
||
|
|
||
|
ストーリーが空のときにコンテンツを表示するには、$:/config/EmptyStoryMessageを作成し、必要なコンテンツを入力します。
|
||
|
|
||
|
以下は、すべてのTiddlerが閉じられている場合に、GettingStarted Tiddlerを表示します。
|
||
|
|
||
|
```
|
||
|
{{GettingStarted||$:/core/ui/ViewTemplate}}
|
||
|
```
|