The template for the bottom tabs section:
\define myBottomTabs(tag:"" tiddler:"")
<$list filter="[title[$tiddler$]tag[$tag$]]">
<$macrocall
$name="tabs"
tabsList={{$tag$!!bottom-tabs}}
default={{$tag$!!default-tab}}
state="$:/.ljm/state/bottom-tabs-state"/>
</$list>
\end
\define myBottomTabsTags(tiddler:"")
<$list filter="[tag[tiddler-types]]">
<$macrocall $name="myBottomTabs" tag={{!!title}} tiddler="$tiddler$"/>
</$list>
\end
<$macrocall $name="myBottomTabsTags" tiddler={{!!title}}/>
And the template for the particular tab:
It was originally:
!!! Children
Test: $(current-tiddler)$
<<toc-selective-expandable $(current-tiddler)$>>
But that no longer worked (the bit on the added "Test:" didn't render
either.)
So I changed it to:
!!! Children
Test: {{!!title}}
<<toc-selective-expandable {{!!title}}>>
Now the Test: shows the correct title, but I'm still not getting the TOC.
(I also tried it with double-quotes around the {{!!title}})
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/37ac23c3-4010-4ea2-aa51-953ee6f902b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.