Hi, I would like to use local videos in TiddlyWiki with thumbnail images.
I use Windows 10 and Firefox 63. The video files are mp4.
I found some info in the link below:
but It did not work for me.
I would like to use a macro to link to a local video stored in a specified folder and display a thumbnail image of that video stored in the same folder as the video. I would like a similar approach as the image thumbnail macro works:
\define imageit(image:"image.jpg")
<a href=$image$ target="new"><img src=$image$ width="25%" height="25%" /></a>
\end
<<imageit "folder\image.jpg">>
which actually works perfectly.
I would appreciate the answer.