Free Tool
HTML to Obsidian Markdown Converter
Save a page as HTML, paste it here, and get markdown you can drop into Obsidian — with article extraction, GFM tables, and Obsidian callouts where the HTML allows. Everything runs in your browser; nothing is uploaded.
or drop a file onto the input area below
Paste saved page HTML or drop an .html file. Output updates as you type.
Obsidian markdown
Copy into a vault note. Remote images stay as URLs.
How to convert HTML to Obsidian markdown
- In your browser, save the page as HTML (or copy HTML from dev tools for a selection).
- Paste into the tool or upload the
.htmlfile. LeaveExtract article on to strip nav and footer noise. - Copy or download the markdown and paste it into a vault note. RunClean Markdown Formatter if you need list or spacing cleanup afterward.
What this tool does
- Uses Mozilla Readability to pull the main article from saved full-page HTML.
- Converts headings, lists, links, tables, and code blocks to GitHub-flavored markdown.
- Maps common aside and alert blocks to Obsidian callouts (
> [!note]and similar). - Optionally strips tracking parameters from URLs and rewrites same-site links to wikilinks when you provide a base URL.
FAQ
Can I paste from Chrome without saving a file?
Yes — paste HTML into the input box. This tool does not fetch URLs from the network; use Obsidian Web Clipper or save-as-HTML for full pages.
Are images added to my vault?
No. Image tags become markdown with remote URLs. Download images separately if you want local attachments.
Is my HTML uploaded?
No. Parsing and conversion run entirely in your browser.
Notes
- HTML input is limited to 1 MB.
- Publishing to GitHub? After import, you may want theWikilink to Markdownconverter for export.
- Copy to clipboard requires HTTPS and browser permission.