Home Artists Posts Import Register

Content

In this video we look at how you can embed a website into your notes within Obsidian.md. It's easy to setup and unlocks functionality that Obsidian is not natively capable of. For example: embed a character sheet from DnDBeyond or embed a random table generator straight into the tool!  

UPDATE: DnDBeyond has stopped working with the default iframes support. There is a plugin called 'Custom Frames' which can be used to access DnDBeyond and displays character sheets within your Obsidian Notes!

<iframe

    height = 700

    width = 100%

    padding = 0 0

    margins = 0 0

    src="https://www.patreon.com/posts/64648724">


Get Obsidian - https://obsidian.md/ 

Official Discord - https://discord.com/invite/veuWUTm 

Join Facebook Community - https://www.facebook.com/groups/obsidianttrpgusers 

Support Me To Make More Content! - https://www.patreon.com/JPlunkett

Files

Obsidian - Embed A Website With Iframe

In this video we look at how you can embed a website into your notes within Obsidian.md. It's easy to setup and unlocks functionality that Obsidian is not natively capable of. For example: embed a character sheet from DnDBeyond or embed a random table generator straight into the tool! The code: https://www.patreon.com/posts/64648724 Get Obsidian - https://obsidian.md/ Official Discord - https://discord.com/invite/veuWUTm Join Facebook Community - https://www.facebook.com/groups/obsidianttrpgusers Support Me To Make More Content! - https://www.patreon.com/JPlunkett

Comments

Anonymous

This is what I entered (minus the first and last <>): iframe height = 800 width = 100% padding = 0 0 margin = 0 0 src="https://seanpoage.com" style="background-color: #FEF5CA;"> /iframe

Anonymous

Now it's working. It doesn't seem to like cut and paste...

JPlunkett

I've noticed Obsidian sometimes adds some extra ```` when pasting in code. It might be that.