diff --git a/core/ui/ViewTemplate/body.tid b/core/ui/ViewTemplate/body.tid index 4ef5b5650..67e7251a3 100644 --- a/core/ui/ViewTemplate/body.tid +++ b/core/ui/ViewTemplate/body.tid @@ -1,16 +1,24 @@ title: $:/core/ui/ViewTemplate/body tags: $:/tags/ViewTemplate +\define re() ^\$\:\/([^/])*$ + <$reveal tag="div" class="tc-tiddler-body" type="nomatch" state=<> text="hide" retain="yes" animate="yes"> -<$list filter="[all[current]!has[plugin-type]!field:hide-body[yes]]"> +<$list filter="[all[current]is[missing]!is[shadow]]" template="$:/language/MissingTiddler/Hint" emptyMessage=""" -<$transclude> +<$list filter="[all[current]!is[system]] [all[current]tag[$:/tags/Image]] [all[current]regexp] +[!has[plugin-type]!field:hide-body[yes]]"> -<$transclude tiddler="$:/language/MissingTiddler/Hint"/> - - +<$transclude/> +<$list filter="[all[current]is[system]] -[all[current]tag[$:/tags/Image]] -[all[current]regexp] +[!has[plugin-type]!field:hide-body[yes]]"> + +<$codeblock code={{!!text}} language={{!!type}}/> + + + +"""/> +