jemstelos/obsidian-media-notes

Youtube ask for login

Opened this issue · 1 comments

I can't play the video if I'm not logged in. but I can't find a way to log in too.
图片

Hi there - this is a good callout.

A current workaround for this is to insert an iframe to any note in Obsidian that points to Youtube:
<iframe width="560" height="315" src="https://www.youtube.com"></iframe>

When the site renders in Preview mode, log into your account.

This will authenticate your Obsidian electron app browser with your account, which should allow you to view any video your account has access to.

Will add this to documentation as the recommended workaround.