mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Revoke #2814
The requirement to whitelist system tiddlers that need wikifying was too burdensome
This commit is contained in:
parent
d89010752a
commit
a4989f5c4d
@ -1,24 +1,16 @@
|
||||
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]!has[plugin-type]!field:hide-body[yes]]">
|
||||
|
||||
<$list filter="[all[current]!is[system]] [all[current]is[system]type[text/vnd.tiddlywiki]] [all[current]tag[$:/tags/Image]] [all[current]regexp<re>] +[!has[plugin-type]!field:hide-body[yes]]">
|
||||
<$transclude>
|
||||
|
||||
<$transclude/>
|
||||
<$transclude tiddler="$:/language/MissingTiddler/Hint"/>
|
||||
|
||||
</$transclude>
|
||||
|
||||
</$list>
|
||||
|
||||
<$list filter="[all[current]is[system]!type[text/vnd.tiddlywiki]] -[all[current]tag[$:/tags/Image]] -[all[current]regexp<re>] +[!has[plugin-type]!field:hide-body[yes]]">
|
||||
|
||||
<$codeblock code={{!!text}} language={{!!type}}/>
|
||||
|
||||
</$list>
|
||||
|
||||
"""/>
|
||||
|
||||
</$reveal>
|
Loading…
Reference in New Issue
Block a user