I don't understand how this line could ever work:
<<toc-selective-expandable $(current-tiddler)$>>
It should have been $(currentTiddler)$ Did you hand type it for this
example?
In any event, I suspect that $(currentTiddler)$ won't work either now,
because there really was a change to its usage between 5.1.17 and 5.1.19.
Instead, try
<$macrocall $name="toc-selective-expandable" tag={{!!title}}/>
Good luck!
On Monday, May 27, 2019 at 7:37:21 PM UTC-7, Linda Moss wrote:
>
> 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/3c9fecca-971a-429d-9694-f32a971f4414%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.