When you use a tiddler with tabs macro Tiddlywiki refers to currentTiddler
to the last tiddler in which rendering is occurred!
This make macros with currentTiddler as input parameter break and work
wrongly!
Isn't it better to remove this from tabs macro?
Example
see this macro
\define code-link(tiddler)
<$set name=selected-tiddler value="$tiddler$" emptyValue=<<currentTiddler>> >
<$link to=<<selected-tiddler>>/>
<$codeblock language={{{[<selected-tiddler>get[type]]}}}
code={{{[<selected-tiddler>get[text]]}}}/>
</$set>
\end
Use it inside a tiddler say myTiddler tagged *demo *with no input parameter!
Now in another tiddler put the below script
<<tabs tabsList:"[tag[demo]]" class:"tc-vertical">>
You will see wrong result!
--Mohammad
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/231b0bef-7553-4a5b-9a58-5d3c08e6b2b4%40googlegroups.com.