mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
11 lines
406 B
Plaintext
11 lines
406 B
Plaintext
title: $:/core/ui/ViewTemplate/subtitle/default
|
|
|
|
\whitespace trim
|
|
<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">
|
|
<div class="tc-subtitle tc-clearfix">
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewTemplate/Subtitle]!has[draft.of]]" variable="subtitleTiddler">
|
|
<$transclude tiddler=<<subtitleTiddler>> mode="inline"/>
|
|
</$list>
|
|
</div>
|
|
</$reveal>
|