FHachez / obsidian-convert-url-to-iframe

Plugin for Obsidian.md to convert a selected URL to an iframe.
200 stars 17 forks source link

Keep YouTube timestamp #14

Closed spidersouris closed 3 years ago

spidersouris commented 3 years ago

When converting a YouTube URL into an iframe, the timestamp isn't taken into account and is removed from the URL. For embedded YouTube videos, the timestamp is converted to the ?start= parameter (instead of ?t= – cf. YouTube Documentation).

FHachez commented 3 years ago

Thanks for the context. This will be part of the next release.