I added a video to the TW using _canonical_url.
Now I want to link to that video in a tiddler body.
When it is images, the following syntax works
[img[ImageTiddler]]
But to embed video, I have to use raw HTML
<video controls width="250">
<source src="[[Video Tiddler]]"
type="video/mp4"></video>
This does not work.
So how do I transclude the video tiddler inside src attribute?
--
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/d70022c1-6512-4ce6-8ad4-74a7354e0fb7o%40googlegroups.com.