mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-10 18:58:09 +00:00
change filter to stop automatic view transclusion if field 'hide-body' has the value 'yes'
This commit is contained in:
@@ -3,8 +3,7 @@ tags: $:/tags/ViewTemplate
|
|||||||
|
|
||||||
<div class="tc-tiddler-body">
|
<div class="tc-tiddler-body">
|
||||||
|
|
||||||
<$list filter="[all[current]!has[plugin-type]!has[hide-body]]">
|
<$list filter="[all[current]!has[plugin-type]!field:hide-body[yes]]">
|
||||||
|
|
||||||
|
|
||||||
<$transclude>
|
<$transclude>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user