
I develop a set of "xtoc" macros (attached to the post).
The previous example is created throug the following call

with the following template

xtoc, xtoc-expandable, xtoc-selective-expandable are working fine but I have an issue with xtoc-tabbel-internal-nav
<$macrocall
$name="xtoc-tabbed-internal-nav"
tag="home"
selectedTiddler="$:/temp/toc/selectedTiddler"
unselectedText="<p>Select a topic in the table of contents. Click the arrow to expand a topic.</p>"
missingText="<p>Missing tiddler.</p>"
tocTemplate="/internal/template/xtoc-template"
/>

The display issue seems to be linked to the combination of two DIV and their associated style sheets in
\define xtoc-tabbed-external-nav(tag,sort:"",selectedTiddler:"$:/temp/toc/selectedTiddler",unselectedText,missingText,template:"",tocTemplate:"")
<$tiddler tiddler={{{ [<__selectedTiddler__>get[text]] }}}>
<div class="tc-tabbed-table-of-contents">
<$linkcatcher to=<<__selectedTiddler__>>>
<div class="tc-table-of-contents">
<$macrocall $name="xtoc-selective-expandable" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter="[all[current]field:title<__selectedTiddler__>]" tocTemplate=<<__tocTemplate__>>/>
</div>
</$linkcatcher>
I'm unfortunately reaching my knowledge limits to solve this :-( so help would be appreciated.
Laurent
Works perfectly !!! :-)Thank you so much.The support you are providing is just ... awesome!
Is there a risk of some side effect on classical toc macros? Will try to spend a little bit of time understanding css.
Is there a place to submit tiddlywiki enhancement proposals:
I think this idea of template for toc deserves to be implemented in a clean manner by knowledgeable people (an not by a newbie like me).