mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-18 07:11:26 -08:00
Improve the StoryTiddlerTemplate fallback (#7332)
* Initial commit * Update StoryTiddlerTemplate.tid * Extend cascades hint to help in case of problems * Remove note about debugging from docs I think that this brief note is more confusing than anything else --------- Co-authored-by: jeremy@jermolene.com <jeremy@jermolene.com>
This commit is contained in:
parent
d6533b9ee1
commit
6820d45bf0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
title: $:/core/ui/StoryTiddlerTemplate
|
||||
|
||||
<$transclude tiddler={{{ [<currentTiddler>] :cascade[all[shadows+tiddlers]tag[$:/tags/StoryTiddlerTemplateFilter]!is[draft]get[text]] :and[!is[blank]else{$:/config/ui/ViewTemplate}] }}} />
|
||||
<$transclude tiddler={{{ [<currentTiddler>] :cascade[all[shadows+tiddlers]tag[$:/tags/StoryTiddlerTemplateFilter]!is[draft]get[text]] :and[has[title]else[$:/core/ui/ViewTemplate]] }}} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue