Embedding YouTube Videos in Obsidian Digital Garden
Embedding YouTube Videos in Obsidian Digital Garden
Read on Omnivore
Read Original
Highlights
What you could do right now to make this possible is to use the embed feature of youtube videos. This would create a youtube player in your note. (This should work both in obsidian and in your garden). It would look something like this:
<iframe width="560" height="315" src="https://www.youtube.com/embed/djV11Xbc914" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
The downside of course is that you would have to upload the video to youtube first. ⤴️
iframe code missing when pubished to Obsidian.