mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-07 17:53:26 -08:00
change filter to stop automatic view transclusion if field 'hide-me' is defined
This commit is contained in:
parent
b7f638aef3
commit
04df2a4a20
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@ tags: $:/tags/ViewTemplate
|
|||
|
||||
<div class="tc-tiddler-body">
|
||||
|
||||
<$list filter="[all[current]!has[plugin-type]]">
|
||||
<$list filter="[all[current]!has[plugin-type]!has[hide-body]]">
|
||||
|
||||
|
||||
<$transclude>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue