I'm having trouble substituting the title of a tiddler into an argument to
the tabs macro. What am I doing wrong? This is in a macro I'm defining to
take the title of the current tiddler, create tabs for all tiddler tagged
by this one, then include an additional tiddler that has a "_Summary"
suffix. I want the summary tab selected by default. It seems that the
"default" argument is not working.
\define weeklyView()
<$macrocall $name="tabs"
tabsList="[title{!!title}addsuffix[_Summary]][tag{!!title}sort[created]]"
state="$:/state/daily_tab"
default="{{!!title}}_Summary"
class="tc-vertical"
/>
\end
--
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/3d12119c-0b98-4e52-9c4c-57bcdef6bcc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.