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={{{ [<currentTiddler>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></audio>
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
<table>
<tbody>
<tr>
<th>Mode</th><th>Audio</th><th>Comments</th><th>Score</th>
</tr>
<$list filter=<<plansDBFilter>>>
<tr>
<td><$view field="mode"/></td>
<td><$macrocall $name="db_macros_plan" opt={{{ [<currentTiddler>get[title]]
}}} /></td>
<td><$view field="comments"/></td>
<td><img src= {{{ [<currentTiddler>get[score_ref]] }}} /></td>
</tr>
</$list></tbody></table>
\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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/7167106b-50da-4118-b1dc-7ff80dab5c41n%40googlegroups.com.