Hello everyone.
I have created a tab in the sidebar in which other vertically oriented tabs appear using the tc-vertical tc-sidebar-tabs-more
macro.
What I want to do is have them sorted by a pre-established order using a list field, but I can’t do it.
This is the code I am using:
<div style="padding:0 10px;"class=tc-more-sidebar>
<$macrocall $name=tabs tabsList="[all[tiddlers+shadows]tag[$:/tags/Mond]!has[draft.of]] -[<tidExcludeCtabsConfig>indexes[]]"class="tc-vertical tc-sidebar-tabs-more"default=Ideas/>
In the tiddler I have the list field with a relationship for the order that I want to get in the sidebar.
[[Diary persl]] [[Reflex pers]] Questions Ideas
I got the code from Mohammad’s Mehregan, and I also failed trying to reorder the order of the tabs in that plugin…
Do you have any idea why the code doesn’t work for me?
Thank you.