nilsleo3k downloadsAllows you to embed YouTube videos with timestamps directly in your notes, enabling seamless referencing and note-taking without needing to open a separate browser window.
This Obsidian plugin allows you to embed YouTube videos with timestamps directly in your notes, enabling seamless referencing and note-taking without needing to open a separate browser window.

• Automatically embeds YouTube videos with timestamps in an iframe inside Obsidian
• Quickly jump to specific video timestamps by clicking on the YouTube links
• Helps you stay focused while taking notes, especially for video-heavy workflows.
[!IMPORTANT] As of right now, Iframes only show up in the Reading View when the Editing mode is set to Source mode.
For one-off usage go into editing mode, open the command Palette and click on
Toggle Live Preview/Source modeTo switch to Source mode by default, go to
Settings → Editor → Default editing modeand set it toSource mode
To install this plugin:
./.obsidian/plugins directory.Alternatively, when available in the Community Plugin marketplace, you can install directly from there.
Embedding YouTube Videos with Timestamps
To use this plugin, create a note with YouTube links that include timestamps. You will also need an empty
Here’s an example markdown note that uses YouTube links with timestamps:
<div id="video-player" class="video-player"></div>
## Video 1
https://youtu.be/PjDw3azfZWI?t=644
https://youtu.be/PjDw3azfZWI?t=643
## Video 2
https://youtu.be/przDcQe6n5o?t=1
## Footnote
Let's reference a video using a footnote[^1].
[^1]: https://youtu.be/N7N4EC20-cM?t=279
Once the note is created, right-click on any YouTube link and select “Open Timestamp on Iframe.” The video will be loaded inside the iframe at the specified timestamp.

To add a timestamp to a YouTube link:
This will allow you to jump to the specific time in the video directly from Obsidian.

If you are interested in contributing or tweaking this plugin:
https://github.com/gajus/youtube-player - This package facilitated the integration of the YouTube iframe API