rosswang917 downloadsRender spatial HTML in Obsidian notes — compare, timeline, diagram (SVG), report, slides. Export with zoom controls.
Convert Obsidian Markdown notes to standalone HTML files following the html-effectiveness standard.
将 Obsidian 中的 Markdown 笔记一键转换为符合 html-effectiveness 标准的单文件 HTML。
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.
问题:Obsidian 笔记被锁定在应用内。想以网页形式分享格式化笔记时,需要手动转换。
Solution: One command converts any .md file to a self-contained .html file:
方案:一个命令即可将任意 .md 文件转换为自包含的 .html 文件:
.html extension / 同名同目录,仅扩展名变为 .htmlfile:// protocol — open directly in any browser / 支持 file:// 协议 —— 可直接在任意浏览器打开Or batch convert / 或批量转换:
Single-file HTML with / 单文件 HTML,包含:
<pre><code> / 通过 <pre><code> 实现代码语法高亮| Command / 命令 | Description / 说明 |
|---|---|
| Convert current note to HTML Effectiveness | Convert active .md to .html / 将当前 .md 转换为 .html |
| Convert all markdown in folder to HTML | Batch convert all new .md in folder / 批量转换文件夹内所有新的 .md |
Settings → Community Plugins → Browse → Search "MD to HTML Effectiveness"
设置 → 社区插件 → 浏览 → 搜索 "MD to HTML Effectiveness"
yanqingwang/obsidian-md-to-html-effect / 添加仓库: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)