mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-16 12:12:50 +00:00
5d43cd7408
Addressing this tweet: https://twitter.com/s_stryjecki/status/629349768280604672
25 lines
436 B
Plaintext
25 lines
436 B
Plaintext
title: $:/core/ui/ViewTemplate/body
|
|
tags: $:/tags/ViewTemplate
|
|
|
|
\define folded-state()
|
|
$:/state/folded/$(currentTiddler)$
|
|
\end
|
|
|
|
<div class="tc-tiddler-body">
|
|
|
|
<$reveal type="nomatch" state=<<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>
|
|
|
|
</div>
|