Replies: 3 comments 1 reply
-
Lets correct this:
Can we have both conditions at the same time? I think the current design is fine! What do you think? Should I submit a PR? |
Beta Was this translation helpful? Give feedback.
-
Hi @kookma perhaps all we need to do is move |
Beta Was this translation helpful? Give feedback.
-
@Jermolene the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The
$:/config/ViewTemplateBodyFilters/system
in https://tiddlywiki.com/prerelease/#%24%3A%2Fconfig%2FViewTemplateBodyFilters%2Fsystem defines filters to display tiddlers using a code template.The
hide-body
field set toyes
forces to hide the tiddler body. But this does not work for tiddlers meet the conditions of$:/config/ViewTemplateBodyFilters/system
.One simple solution may be like this
So I modified the
$:/config/ViewTemplateBodyFilters/system
and I submit a PR if this worth correcting!Beta Was this translation helpful? Give feedback.
All reactions