Web Embed

by notenerd
5
4
3
2
1
Score: 50/100

Description

Embed any website as a live, interactive browser view inside a note by placing its URL on its own line in a fenced code block tagged browser. Scroll, click, and interact at a configurable height (desktop only); note that some sites may block embedding via X-Frame-Options or Content-Security-Policy.

Reviews

No reviews yet.

Stats

0
stars
249
downloads
0
forks
72
days
72
days
72
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
5
commits

Latest Version

2 months ago

Changelog

Initial release of Web Embed.

README file from

Github

Web Embed

Embed any website as a live, interactive browser view inside an Obsidian note.

Usage

Create a fenced code block with the language tag browser and put the URL on its own line:

https://example.com

The site loads inside the note at the configured height. You can scroll, click, and interact with it just like a normal browser tab.

Settings

Open Settings → Web Embed to configure:

Setting Default Description
Embed height (px) 300 Height of the embedded browser view

Notes

  • Desktop only — Obsidian's <webview> element is not available on mobile.
  • URLs must begin with https:// or http://. An inline error is shown otherwise.
  • Some sites block embedding via X-Frame-Options or Content-Security-Policy; if a page shows ⚠️ Could not load page, the site is blocking the embed.

License

MIT — see LICENSE.