mirror of
https://github.com/canserhat77/obsidian-web-view.git
synced 2026-07-22 07:32:16 +00:00
No description
| .gitignore | ||
| LICENSE | ||
| main.js | ||
| manifest.json | ||
| README.md | ||
| styles.css | ||
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.