mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-06 14:10:02 +00:00
![BurningTreeC](/assets/img/avatar_default.png)
* toc macros: use stateTitle and setTitle * tree macros: use stateTitle and setTitle * TagManager: use popupTitle, stateTitle setTitle * body viewtemplate: use stateTitle for folded-state * import-listings: use stateTitle and setTitle
17 lines
372 B
Plaintext
17 lines
372 B
Plaintext
title: $:/core/ui/ViewTemplate/body
|
|
tags: $:/tags/ViewTemplate
|
|
|
|
<$reveal tag="div" class="tc-tiddler-body" type="nomatch" stateTitle=<<folded-state>> text="hide" retain="yes" animate="yes">
|
|
|
|
<$list filter="[all[current]!has[plugin-type]!field:hide-body[yes]]">
|
|
|
|
<$transclude>
|
|
|
|
<$transclude tiddler="$:/language/MissingTiddler/Hint"/>
|
|
|
|
</$transclude>
|
|
|
|
</$list>
|
|
|
|
</$reveal>
|