rosswang77 downloadsRender spatial HTML in Obsidian notes — compare, timeline, diagram (SVG), report, slides. Export with zoom controls.
将 Obsidian 中的 Markdown 笔记一键转换为符合 html-effectiveness 标准的单文件 HTML。
Convert Obsidian Markdown notes to standalone HTML files following the html-effectiveness standard.
Problem: Obsidian notes are locked inside the app. When you want to share a formatted note as a web page, you need to manually convert it.
Solution: One command converts any .md file to a self-contained .html file:
.html extensionfile:// protocol — open directly in any browserOr batch convert:
Single-file HTML with:
<pre><code>| Command | Description |
|---|---|
| Convert current note to HTML Effectiveness | Convert active .md to .html |
| Convert all markdown in folder to HTML | Batch convert all new .md in folder |
Settings → Community Plugins → Browse → Search "MD to HTML Effectiveness"
yanqingwang/obsidian-md-to-html-effectcd md-to-html-effect-plugin
npm install
npm run dev
npm run build
MIT Copyright (c) 2026 rosswang (Heart and Road Ltd)