mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-18 07:44:51 +00:00
93771fdf27
Fixes #2814
24 lines
723 B
Plaintext
24 lines
723 B
Plaintext
title: $:/core/ui/ViewTemplate/body
|
|
tags: $:/tags/ViewTemplate
|
|
|
|
\define re() ^\$\:\/([^/])*$
|
|
|
|
<$reveal tag="div" class="tc-tiddler-body" type="nomatch" state=<<folded-state>> text="hide" retain="yes" animate="yes">
|
|
|
|
<$list filter="[all[current]is[missing]!is[shadow]]" template="$:/language/MissingTiddler/Hint" emptyMessage="""
|
|
|
|
<$list filter="[all[current]!is[system]] [all[current]tag[$:/tags/Image]] [all[current]regexp<re>] +[!has[plugin-type]!field:hide-body[yes]]">
|
|
|
|
<$transclude/>
|
|
|
|
</$list>
|
|
|
|
<$list filter="[all[current]is[system]] -[all[current]tag[$:/tags/Image]] -[all[current]regexp<re>] +[!has[plugin-type]!field:hide-body[yes]]">
|
|
|
|
<$codeblock code={{!!text}} language={{!!type}}/>
|
|
|
|
</$list>
|
|
|
|
"""/>
|
|
|
|
</$reveal> |