Hi,
I’ve the following table that list different scores (tiddlers in tiddlywiki). See bottom of this mail
This works perfectly except for the
<$macrocall $name=“db_macros_plan” opt={{{ [get[title]] }}} /> execution.
This macro return what I expect, that is to say:
audio src=“files/audio/cours/blues-ex-1.mp3” preload=“auto” controls>
But in the rendered table this appears as a the string 'audio src=“files/audio/cou …” where I expect to get the refering html5 audio element
What is my error …??
Thanks a lot for your help
Regards
Mode | Audio | Comments | Score |
---|---|---|---|
<$view field="mode"/> | <$macrocall $name="db_macros_plan" opt={{{ [get[title]] }}} /> | <$view field="comments"/> | <img src= {{{ [get[score_ref]] }}} /> |