You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obsidian supports embedding YouTube videos using the same images markdown syntax. Perlite does not support this feature and incorrectly renders YouTube videos as images - none of the YouTube videos are loading. Obsidian Publish renders YouTube links correctly.
Obsidian YouTube Markdown
![Making a Minecraft Obsidian Block in Real Life Using Astro Tech Resin](https://www.youtube.com/watch?v=NnTvZWp5Q7o)
Incorrect Perlite Rendering as IMG
Perlite does not support this and YouTube videos are rendered using an img tag like this:
<imgsrc="https://www.youtube.com/watch?v=NnTvZWp5Q7o"
alt="Making a Minecraft Obsidian Block in Real Life Using Astro Tech Resin"
class="external-link perlite-external-link" target="_blank" rel="noopener noreferrer">
Obsidian Publish Rendering as IFRAME
The html used by Obsidian Publish for embedding YouTube is this:
Thanks for this wonderful project. I am effortlessly publishing my notes online in docker using Gitea webhooks.
Obsidian supports embedding YouTube videos using the same images markdown syntax. Perlite does not support this feature and incorrectly renders YouTube videos as images - none of the YouTube videos are loading. Obsidian Publish renders YouTube links correctly.
Obsidian YouTube Markdown
Incorrect Perlite Rendering as IMG
Perlite does not support this and YouTube videos are rendered using an
img
tag like this:Obsidian Publish Rendering as IFRAME
The html used by
Obsidian Publish
for embedding YouTube is this:Please note that in Obsidian also recognizes the below forms and the iframe is generated correctly:
Can we please get support for Obsidian YouTube links?
Thanks again for the great project!
The text was updated successfully, but these errors were encountered: