mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 09:06:18 +00:00
2b6514ddc2
* 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>
|