Yeah, you've designed the macro to expect a "file" argument but you're not 
providing one in the macro call. If you want it to use the "file" variable 
without having to include it in the call, it should say:

\define AudioPost()
<audio controls src="$(file)$"/>
\end

or simply

\define AudioPost() <audio controls src="$(file)$"/>

That was at least one major problem. I didn't test the code so there may be 
others but do test this and come back if problems.

<:-)

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7ac6ecbf-0702-4785-8c61-7c3c50d46cab%40googlegroups.com.

Reply via email to