Hi,
I am new here.
I am using your solution to switch a Tiggler on / off to the side bar.
My question: How to switch / toggle more than one Tiddler by pressing the same button?
At least I want to use different Table of contents by switching the Language.
I have the “TableOfContents” if it is set to english, and I want to remove “TableOfContent” from the SideBar and display “Inhaltsverzeichnis”.
This should be done automatically. The TableOfContents tiddler should have a caption like this: {{$:/language/SideBar/Contents/Caption}} … which will switch automatically to “Inhalt”
Hi Mario,
thank you for your comment.
Maybe I described it not detailed enough.
I want to have a Botton that switch not only the tag in the table-of-contents tiggler, also some other tiggler. The Table of content was only an example.
\define myActions()
<$list filter="a b c" >
<$action-listops $tags="x"/>
</$list>
\end
<$button actions=<<myActions>> >
Tiddlers a, b and c get the tag x
</$button>