I am trying to use the macro for
Shiraz Dynamic table plugin and trying to call the macro using macro call but it does not work if I try it that way...
So the example on plugin tiddly is shown as:
<<table-dynamic filter:"[tag[sample]]" fields:"title email created tags" stateTiddler:"exmp01" caption:"''Table 1. Dynamic table example''">>
and this works... but if I change it to:
<$macrocall $name="table-dynamic" filter:"[tag[sample]]" fields:"title email created tags" stateTiddler:"exmp01" caption:"''Table 1. Dynamic table example''"/>
then it does not work. What am I doing wrong? :(