I have created a tiddler $:/fdz/ui/SideBar/ProjetX_Tab
that correctly displays a new navigation tab thanks to the $:/tags/SideBar
tag. The content is:
<$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/fdz/ui/SideBar/ProjetX_Tab]!has[draft.of]]"
I tried to make it more generic by removing the reference to itself:
<$macrocall $name="tabs" tabsList="[all[current]tagging[]!has[draft.of]]"
It didn’t worked, so I tried:
<$macrocall $name="tabs" tabsList="[<thisTiddler>tagging[]!has[draft.of]]"
Didn’t work either…
And why [all[current]]
does exist when the logical form should be [<currentTiddler>]
?