Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Borrax HTML

dogukansahildogukansahil

View HTML files inside your vault with working links, CSS and scripts.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

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.

Features

  • Opens .html and .htm files in a dedicated view (just click the file).
  • Desktop: the file is loaded directly (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.
  • Mobile: falls back to a sandboxed iframe with an injected <base> so relative CSS/links still resolve.
  • Links to other files in your vault open inside Obsidian (same tab or a new tab — your choice); external links open in your system browser.
  • Adjustable zoom level for rendered HTML.
  • Optional "H" badge on folders that contain an index.html (click to open it).
  • Right‑click the tab → Reload HTML or Open in external browser.

Installation

Manual

  1. Download main.js, manifest.json and styles.css from the latest release.
  2. Copy them into <your-vault>/.obsidian/plugins/borrax-html/.
  3. Reload Obsidian and enable Borrax HTML in Settings → Community plugins.

From source

npm install
npm run build

This produces main.js. Copy main.js, manifest.json and styles.css into the plugin folder.

Security note

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.

License

Copyright (C) 2026 dogukansahil

Licensed under the GNU General Public License v3.0 or later. See LICENSE for the full text.

Disclaimer

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.


github.com/dogukansahil

HealthExcellent
ReviewSatisfactory
About
View .html and .htm files from your vault with working CSS, scripts and relative links rendered in a sandboxed frame. Open files in an isolated desktop webview or a mobile iframe with base injection so relative assets resolve; vault links open in Obsidian, external links in your browser, with adjustable zoom and folder H-badges.
HTMLFilesLinks
Details
Current version
1.0.0
Last updated
9 hours ago
Created
12 hours ago
Updates
1 release
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
GPL-3.0
Report bugRequest featureReport plugin
Author
dogukansahildogukansahildogukansahil
GitHubdogukansahil
  1. Community
  2. Plugins
  3. HTML
  4. Borrax HTML

Related plugins

Custom Attachment Location

Customize attachment location with variables($filename, $data, etc) like Typora.

Advanced URI

Control everything with URI.

Note Refactor

Extract note content into new notes and split notes.

Advanced Exclude

Enhances the Excluded files setting bringing gitignore syntax.

Embed HTML

Adds support for embedding HTML files.

Smart Rename

Rename notes keeping previous title in existing links.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

Better Markdown Links

Adds support for angle bracket links and manages relative links properly

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Recent Files

Display a list of recently opened files.