Youtube ask for login
Opened this issue · 1 comments
YeHang-GitHub commented
jemstelos commented
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.