No description
Find a file
2026-06-04 15:39:50 +02:00
.gitignore git ignore 2026-06-04 14:24:44 +02:00
LICENSE license has been added 2026-06-04 15:39:50 +02:00
main.js change the name 2026-06-04 15:05:11 +02:00
manifest.json Update manifest.json 2026-06-04 15:29:13 +02:00
README.md readme added 2026-06-04 15:12:49 +02:00
styles.css initial creation 2026-06-04 14:18:08 +02:00

Web View

Open HTTP and HTTPS links in new tabs using an embedded browser.

Features

  • Open a URL from the command palette.
  • Open a valid HTTP(S) URL from the clipboard.
  • Navigate with back, forward, reload, and address bar controls.
  • Open the current page in the default browser.

Installation

Copy this folder into your vault's .obsidian/plugins directory, then enable Web View from the community plugins settings.

Usage

Run Open URL in Web View from the command palette and enter a URL. You can also run Open clipboard URL in Web View when your clipboard contains an HTTP or HTTPS URL.

This plugin is desktop-only because it uses Electron's embedded webview element.