MD to HTML Effectiveness
approvedby rosswang
Render spatial HTML in Obsidian notes — compare, timeline, diagram (SVG), report, slides. Export with zoom controls. - This plugin has not been manually reviewed by Obsidian staff.
MD to HTML Effectiveness
将 Obsidian 中的 Markdown 笔记一键转换为符合 html-effectiveness 标准的单文件 HTML。
Convert Obsidian Markdown notes to standalone HTML files following the html-effectiveness standard.
What It Solves
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:
- Same name and folder, just
.htmlextension - Single-file, no external dependencies
- Dark theme (GitHub-dark inspired), responsive
- Properly formatted: headings, tables, code blocks, lists, links, images
- Works with
file://protocol — open directly in any browser
Features
- Convert current note — command palette → "Convert current note to HTML Effectiveness"
- Batch convert folder — convert all new .md files in current folder to .html
- Dark/Light theme — settings toggle for output theme
- Same path — output .html file sits next to the .md source
Usage
- Open any .md note in Obsidian
- Open command palette → "Convert current note to HTML Effectiveness"
- A new .html file appears in the same folder
Or batch convert:
- Open any .md file in the target folder
- Command palette → "Convert all markdown in folder to HTML"
Output Format
Single-file HTML with:
- Dark (GitHub-dark) or light theme
- Inline CSS (no CDN)
- Responsive layout
- System font stack
- Code syntax highlighting via
<pre><code> - Tables with header styling
- Proper heading hierarchy
Commands
| 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 |
Installation
From Obsidian Community Plugins
Settings → Community Plugins → Browse → Search "MD to HTML Effectiveness"
Manual / BRAT
- Install BRAT
- Add repository:
yanqingwang/obsidian-md-to-html-effect
Development
cd md-to-html-effect-plugin
npm install
npm run dev
npm run build
License
MIT Copyright (c) 2026 rosswang (Heart and Road Ltd)
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.