On Thursday, September 1, 2022 at 10:24:26 AM UTC+2 [email protected] wrote: ..
> May I just add one remark to a small weakness of your code, just in case > some other person would like to use that feature. > That was intentional, to test your participation :)) ... ... just joking > .... > I solved that with adding another complementary list filter in > :/my/tabs/header/template. The template now looks like: > > ``` > <$list filter="[<currentTab>tag[info]]"> > <$tiddler tiddler=<<currentTab>> > > <$transclude tiddler=":/my/body/header/template" mode="block"/> > </$tiddler> > </$list> > <$list filter="[<currentTab>!tag[info]]"> > <$tiddler tiddler=<<currentTab>> > > <$transclude tiddler="$:/core/ui/ViewTemplate/body/default" mode="block"/> > </$tiddler> > </$list> > ``` > There would be a different way with a more complex filter construction. But I think "keep it simple .." wins here. It's probably more flexible in the future. well done ;) mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/1ec86c99-c870-4fce-b506-b77d6c508f15n%40googlegroups.com.

