The direct Safari workflow, the common failures, and which clipper fits which destination. Updated August 2026.
To save the current Safari article as Markdown, use a clipper that extracts the readable article, converts it to .md, and either downloads or embeds its images. PX7 Web Clipper does that from the Mac menu bar and writes to any folder. Obsidian Web Clipper is the stronger choice when the destination is an Obsidian vault; a cross-browser extension is the right choice for Chrome or Firefox.
7-day free trial ยท Safari pages to local Markdown files ยท images saved beside the clip.
Diagnosis
The clipper saved the page's image URLs rather than the images. It reads fine today and breaks the day the site reorganises or goes down. If you are clipping for an archive rather than for reading this week, you need a tool that downloads images alongside the text and rewrites the links to point at them.
Almost always lazy loading: the rest of the page had not rendered when the clipper read the DOM. Scroll to the bottom first, wait for it to settle, then clip. If a site does it aggressively, no clipper will beat it reliably.
The clipper is saving the raw DOM instead of running a readability pass. Tools built on Mozilla's Readability engine โ the same one behind Firefox Reader View โ strip that automatically. If yours does not, dismiss the banner and switch the browser to reader mode before clipping.
Syntax-highlighted code on the web is a nest of <span> elements, and a naive HTML-to-Markdown pass flattens it. This is where clippers differ most in quality. If you clip documentation, test one code-heavy page before settling on a tool.
Nothing on this page changes that, and a clipper that promised otherwise would be selling you something else. If you can read it in the browser, a clipper can usually save what you can see.
Choosing
โฌ10, once. Lives in the menu bar, saves the current Safari page as an ordinary Markdown file in an ordinary folder โ no vault, no extension, no account โ and downloads the images next to it with the links rewritten. macOS 14+.
Free, open source and available for Safari. It supports highlighting and templates so the front matter lands the way your vault expects. If Obsidian is where the clip is going, this is the natural fit. If it is not, a plain-file tool has less machinery.
The free Chrome edition can write to a local folder, the clipboard, a Markdown download or Obsidian. Its optional paid tier adds colocated image folders and other power-user destinations. It is a better fit than PX7 when Safari is not your browser.
Free and open source, and not a Markdown tool at all, which is the point. It saves a faithful copy of the whole page as one HTML file with styling, fonts and images embedded, so it still looks right years later. If what you actually want is an archive rather than editable text, Markdown is the wrong format and this beats everything here, ours included.
Free and already there. Reader view, then export to PDF or rich text. Not Markdown, no files to manage, and for "I want to read this on the plane" it is the whole answer.
Worth doing once
A folder of clipped articles with no source URL and no date is an archive you cannot audit. Six months on you will want to know where a claim came from, and the file will not say. Every tool here can write front matter; set it up on the first clip rather than the hundredth, and include at minimum the source URL and the date you saved it.
Common questions
It extracts the readable content from a web page and converts headings, links, lists, images, tables and code into a plain .md file.
No. Safari can save a web archive or export a page as PDF, but Markdown output requires a clipper or a separate HTML-to-Markdown conversion step.
Use Obsidian Web Clipper for an Obsidian vault, Markdown Web Clipper for Chrome or several destinations, and PX7 for full Safari articles saved with local images to any Mac folder.
Yes, when the clipper downloads the images and rewrites their links. PX7 stores them in a sibling assets folder; check other tools' image settings before relying on offline copies.
PX7 Digital makes PX7 Markdown Web Clipper, so this page is not neutral. Details for the other tools come from their official repositories and sites checked on 26 August 2026. For visual archiving rather than editable text, SingleFile is the better tool and it is free. Tell us if something is out of date.