View HTML files inside your vault with working links, CSS and scripts.
View .html / .htm files stored inside your Obsidian vault — with working links, CSS and scripts.
Open any HTML file in your vault and it renders in a sandboxed frame, loaded directly from its vault location, so relative stylesheets, images, scripts and links all resolve correctly.
.html and .htm files in a dedicated view (just click the file).file://) in an isolated Electron <webview>, so it renders exactly like opening it in a browser — linked CSS, inline <style>, scripts, links and external web fonts (Google Fonts, etc.) all work.<base> so relative CSS/links still resolve.index.html (click to open it).main.js, manifest.json and styles.css from the latest release.<your-vault>/.obsidian/plugins/borrax-html/.npm install
npm run build
This produces main.js. Copy main.js, manifest.json and styles.css into the plugin folder.
HTML is rendered exactly as in a browser: on desktop in an isolated <webview> (no Node integration, separate from your vault), on mobile in a sandboxed iframe. Scripts run just like in a browser, so only open HTML files you trust.
Copyright (C) 2026 dogukansahil
Licensed under the GNU General Public License v3.0 or later. See LICENSE for the full text.
Provided "as is", without any warranty. HTML is rendered like a browser, so any scripts or external resources it references will run — only open files you trust. Use at your own risk; the author is not liable for any damage or data loss.