Hi,
This might not be what you're looking for (and I'm only a basic user etc.)
but I use links to external YouTube videos a lot in my wiki.
I use Mohammed's Refnotes plugin which shows the source on hover and {{y}}
is a small transcluded video icon which opens the video in a new tab when
clicked. The following is contained as a text editor snippet which I can
repeatedly paste into the tiddler to go with the relevant text.
<a href="
">{{y}}</a> <<fnote "Jeremy Ruston">>
I then copy the video link to play at the current time and paste in the gap
above:
<a href="
https://youtu.be/OFstPn355xQ?t=743
">{{y}}</a> <<fnote "Jeremy Ruston">>
Regards
Jon
On Thursday, 20 May 2021 at 11:16:10 UTC+1 [email protected] wrote:
>
> Hi, sometimes in my Tiddlywiki 5 knowledge base I add local videos stored
> in a directory called well....unimaginatively 'videos' .
>
> As long as I set the tiddler type to text/vnd.tiddlywiki then the
> following works fine for me on desktop.
>
> <html>
> <video width='50%' id="myVideo"
> poster='videos/example.jpg' controls preload='none'>
> <source src='videos/example.mp4' type='video/mp4'>
> Your browser does not support the HTML 5 video tag.
> </video>
> </html>
>
> What I would ideally like to do is to write a number of paragraphs each
> detailing ideas and reflections on what the speaker in the video is saying
> with the paragraph preceeded by a link button that will skip the playback
> to that particular point in the video - 'video bookmarks' is a nice way to
> look at it I think.
>
> I can see how to do this in a regular web-page but that all involves
> finding the video in the DOM - for instance a very basic version
>
> document.getElementById("myVideo").currentTime = 100;
>
> I wondered if anyone had played around in this area? Videos are playing an
> increasingly important role in the transmission of ideas, a tiddler that
> can play time coded segments associated with specific text seems like a lot
> of fun and use to me.
>
>
>
>
>
>
>
>
--
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/6f72dfb6-20b1-4ce6-865f-f598c98d9c03n%40googlegroups.com.