Replies: 2 comments 2 replies
-
Hi, The outer macro starts a new parser instance which saves the inner macro as a text string. So whenever the inner macro is called it needs to start the parser again. ... The parse-tree of the outer macro can be cached, if we use The following code works, but I personally wouldn't use macros that way. IMO it makes the code even more complex for others to read and may be debug.
|
Beta Was this translation helpful? Give feedback.
-
Thank you @pmario |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A nested macro pragma is allowed in Tiddlywiki! See below
But I cannot use variable in main macro from sub macro: like
$(name)$
in the below exampleQuestions:
Beta Was this translation helpful? Give feedback.
All reactions