Replies: 2 comments 2 replies
-
Then it should be a new issue. Otherwise there is a high chance one or the other problem will be lost here. |
Beta Was this translation helpful? Give feedback.
-
Hi @kookma a user view template selected by the cascade is entirely responsible for rendering a tiddler, and so it has to be responsible for implementing folding. Otherwise the view template couldn't decide which elements of the tiddler should be hidden while folded (we don't hide the entire tiddler, just some view template segments). It's much the same for the view template body: one of its responsibilities is establishing the rendering environment for the tiddler body because it is different than for the tiddler itself (eg font size). |
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.
-
Tiddlywiki allows to simply render extra contents using user viewtemplates. But when a tiddler is folded these contents do not follow the folding status. User has to add extra code to view template to check the folding state.
My question/suggestion is:
Why not user added viewtemplates follow folding state? It seems they should work the same as body content.
Also, these viewtemplate does not use the font size of body content, it seems this is another issue. (see #6718)
Beta Was this translation helpful? Give feedback.
All reactions