How to Save Any Webpage as Markdown (Private and Offline)
Most web clippers convert a page to Markdown and then hand it to someone else's cloud. There is a calmer way: clip the web straight into a private vault on your own device, where nothing leaves your machine and a shutdown can never take it. Here is how to save any webpage as Markdown, privately, and read it later on your phone.

Preface
In November 2024, Omnivore shut down. It was one of the most loved read-later apps on the internet, and then it was gone. The team was acquired, the servers went dark, and thousands of people watched their saved libraries disappear with a few weeks of notice.
That is the quiet risk in almost every web clipper. The article you saved is not really yours. It lives on a server you do not control, in a format you cannot easily move, behind a login that someone else can switch off.
There is a calmer way to keep the web. You convert the page to Markdown, a plain text format that any app on earth can open, and you save it to a vault that lives on your own device. No account holds it hostage. No shutdown can take it. It works offline, and the file is yours for good.
This guide shows you exactly how to do that. It covers what "convert a webpage to Markdown" actually means, the three honest ways to do it, a step-by-step walkthrough using the free Save to Yaps extension, how the saved page reaches your phone, and the edge cases that every other guide skips.
Cloud web clippers
Saved to someone else's server
The page is converted in the cloud or stored in a proprietary cloud notebook. You need an account and a connection. If the service raises its price, changes its format, or shuts down, your library goes with it. The article was never really on your machine.
Clip into your own vault
Saved as plain Markdown on your device
The page is converted to clean Markdown on your machine and dropped into a private vault you own. It works offline, it is searchable, the images travel with it, and it syncs to your phone. No company can reach in and take it.
What "convert a webpage to Markdown" actually means
A web page is HTML. HTML is full of things you do not want when you save an article: navigation bars, cookie banners, ads, sidebars, share buttons, and tracking scripts. Underneath all of that is the part you actually came for, which is the writing.
Markdown is plain text with a few light symbols for structure. A # makes a heading. A - makes a bullet. **bold** makes bold. That is most of it. Because it is plain text, every note app, code editor, and AI tool can read it, and it will still open in fifty years.
Converting a webpage to Markdown means three things happening in order:
Extraction. A reader-mode pass finds the real article and throws away the nav, ads, and clutter around it.
Conversion. The cleaned-up HTML becomes Markdown, so headings stay headings, links stay links, and lists stay lists.
Storage. The Markdown lands somewhere you can find it again. This last step is where most tools fall down. They convert the page beautifully and then dump the file into your Downloads folder, or copy it to your clipboard, or show it in a browser tab you will close in ten seconds.
Why save webpages as Markdown in the first place
Four reasons keep coming up, and Yaps was built around all four.
You own a plain text file forever. Markdown is not a proprietary format. It is text. When an article you saved becomes a .md file on your own disk, no subscription lapse and no acquisition can take it from you. This is the lesson of Omnivore, and of every read-later app before it that quietly closed.
It reads cleaner than the live page. A good conversion strips the ads, the autoplay video, the newsletter pop-up, and the "you have 2 free articles left" banner. What is left is the writing, in a calm, consistent style you control.
It feeds straight into an AI tool. If you paste a messy web page into ChatGPT or Claude, the model wastes effort on the navigation and the boilerplate. Clean Markdown is the format large language models read best. Convert the page first, and the AI spends its attention on the actual content. People doing research, like developers gathering documentation or researchers collecting sources, do this dozens of times a day.
It becomes searchable knowledge, not a graveyard. A folder of loose Markdown files is already better than a cloud you cannot export. A vault that indexes every saved page, lets you tag it, link it, and find it by a phrase you half-remember, is better still. The point of saving is finding it again.
The best ways to convert a webpage to Markdown
There are three real methods, and they differ mostly in where the file ends up.
The first is a browser extension that clips the page in one click. This is the fastest path for most people and the only one that can build a real library over time. Yaps takes this route, and so do Obsidian Web Clipper and MarkDownload.
The second is a cloud converter, where you paste a URL into a website or an API and it returns Markdown. Jina AI Reader and Firecrawl are the well-known ones. These are excellent for developers wiring up an automated pipeline, but the page is fetched and processed on someone else's servers, and nothing is stored for you.
The third is manual copy and paste into a Markdown editor. It is free and private, but it keeps none of the formatting and none of the images, and it is miserable for anything longer than a paragraph.
Here is how the main tools compare on the things that actually matter once you have saved more than a handful of pages.
| Capability | Save to Yaps | Obsidian Web Clipper | MarkDownload | Jina AI Reader | Notion Web Clipper |
|---|---|---|---|---|---|
| Clean Markdown output | Yes | Yes | Yes | Yes | Notion blocks |
| Strips ads and clutter | Yes | Yes | Yes | Yes | Yes |
| Images saved with the page (offline) | Yes, local | Remote links | Optional | No save | Cloud |
| Runs on your device (no cloud) | Yes | Yes | Yes | No (cloud) | No (cloud) |
| Saves into a searchable library | Yes | If you run Obsidian | No (loose file) | No | Yes (Notion) |
| Syncs to your phone | Yes | Bring your own sync | No | No | Yes (cloud) |
| Works with no setup | Yes | Needs templates | Yes | Yes | Yes |
| Price | Free (phone sync is premium) | Free | Free | Free tier, paid API | Free |
Yaps leads because it is the only one that does the whole job: it converts on your device, it keeps the images, it stores the page as a real searchable note, and it carries that note to your phone. The others each do one part well. If you already live inside Obsidian and enjoy configuring it, Obsidian Web Clipper is the strongest local-first alternative. If you are a developer piping pages into an automated workflow, Jina AI Reader and Firecrawl are built for exactly that. If your whole team runs on Notion, its clipper keeps things in one place. For a person who just wants to save the web privately and read it anywhere, Yaps is the default.
How to save a webpage as Markdown with Yaps
The whole thing takes about three minutes to set up, once, and then saving a page is a single click forever after.
Install the extension30 sec
Add the free Save to Yaps extension from the Chrome Web Store. It sits in your browser toolbar. Pin it so it is one click away. It works in Chrome and other Chromium browsers like Edge, Brave, and Arc.
Download and open the Yaps appone-time
Download the free Yaps app for macOS or Windows and open it. The page conversion happens inside this app, on your own machine, which is why nothing is ever sent to a cloud. The app needs to be open when you save.
Pair them once10 sec
In Yaps, open Settings, then Connected apps, then click Pair. In the extension, click Connect. They link over your local machine, not the internet. You only do this once.
Save any page1 click
Open a page worth keeping and click the Save to Yaps button, or right-click and choose Save page to Yaps. The page becomes clean Markdown, the images are pulled in, and it lands in your Resources tab, added straight to your vault. Add tags if you want to find it faster later.
Find it anywhereoffline
Open Yaps and look in Resources. Every saved page is there, searchable by title, tag, or the site it came from. Turn on vault sync, and the same note appears on your phone, ready to read on the bus with no connection.
Notice there is no upload step, no "processing on our servers" spinner, and no account wall in front of the save. The extension talks only to the Yaps app running on your own computer. The page never travels anywhere it should not.
What you actually get when you save a page
The output is not a screenshot and not a fragile bookmark that breaks when the page changes. It is a real Markdown note, and it behaves like one.
The writing comes through clean. Headings stay headings, links stay links, lists and quotes keep their shape. The ads, nav bars, and pop-ups are gone.
The images travel with the article. This is where most clippers quietly fail. Many save the image as a link back to the original site, so the moment you go offline, or the site reorganises, your saved article is full of broken boxes. Yaps downloads the article images and stores them next to the note, so the page still looks right with the internet switched off and still looks right in five years.
It is a searchable note, not a download. The saved page shows up in your Resources tab and is added straight to your vault as a normal note. You can search it, tag it, link it to other notes, and read it in a calm reading view. It sits alongside the rest of your work, including your voice notes, in one private place.
It knows what kind of thing it is. Yaps tags each save as an article, a bookmark, or an image, and you can override that in the moment. A long read becomes a full article. A page you just want to remember becomes a lightweight bookmark.
Privacy by architecture, not by policy. If the page is converted on your machine and never sent anywhere, no policy change and no shutdown can expose or erase what is already yours.
Save to Yaps
How saved pages reach your phone
You clip on your laptop because that is where you read long articles. You want to finish them on your phone, on the train, with no signal. That handoff is the part almost no private tool gets right.
Yaps carries the note across with vault sync. Once you have paired your phone and your desktop, every page you save on the laptop appears in the Yaps app on your phone, and every edit syncs back. The sync runs over an encrypted link between your own devices, set up by scanning a QR code, so the content does not sit on a public server in between.
Two honest notes. Vault sync is a premium feature, so the free tier saves to your desktop but does not push to your phone until you upgrade. And iPhone support is coming soon rather than shipping today, while Android is live now. If reading your clips on your phone is the whole point for you, that is the piece to check first.
The edge cases nobody else covers
Most guides stop at "click the button." Real pages are messier than that. Here is where the Save to Yaps extension is strong, and where it has honest limits.
Handles It Well
06-
Long articles and blog posts the core job, with reader-mode extraction that keeps the writing and drops the clutter.
-
Documentation and reference pages clean Markdown that is easy to search later or paste into an AI tool.
-
Paywalled pages you can already see if it is open in your logged-in browser, the extension saves what is on the screen.
-
Images and diagrams pulled in and stored locally, so the saved page stays whole offline.
-
Pages you want to feed an AI clean Markdown is the format language models read best.
-
Quick bookmarks save a page as a lightweight link with its title and summary when you do not need the full text.
Where It Has Limits
04-
Firefox and Safari the extension is Chromium-only today. Chrome, Edge, Brave, and Arc work; Firefox and Safari are not supported yet.
-
PDFs a PDF is saved as a bookmark with its title and link, not converted into Markdown text.
-
The app must be open because the conversion runs on your machine, the Yaps app needs to be running when you save.
-
Phone sync needs the upgrade saving to your desktop is free, but pushing clips to your phone is a premium vault-sync feature.
If your workflow is mostly PDFs rather than web pages, a dedicated PDF tool is the better fit for those files, and you can still use Yaps for everything you read in a browser. For everything else on the open web, the extension covers the common cases that trip other clippers up, especially images that survive offline.
Save to Yaps versus the rest, honestly
Every tool in this space does one thing well. The question is whether it does the whole job.
Cloud converters like Jina AI Reader and Firecrawl are superb at the conversion itself and handle messy, script-heavy pages with ease. They are the right pick if you are a developer feeding pages into an automated pipeline. They are the wrong pick if you care that your reading list never touches a third-party server, because every page you convert is fetched and processed in their cloud, and nothing is saved for you.
MarkDownload is the classic open-source clipper, and it converts cleanly on your device. The catch is that it hands you a loose .md file in your Downloads folder. There is no library, no search, and no sync. You become the filing system.
Obsidian Web Clipper is the closest thing to Yaps in spirit, and a genuinely good tool. It is local-first and free. If you already run Obsidian and enjoy setting up templates, it is the strongest alternative here. Two things hold it back for everyone else: it leaves images as remote links by default, so saved pages break offline, and it ships no native sync, so getting clips onto your phone means renting a separate sync service and configuring it yourself.
Notion and Evernote web clippers sync everywhere and are easy to start with, but they store your pages in a proprietary cloud format you do not own. Notion saves blocks, not portable Markdown. If your team already runs on Notion, the clipper keeps things in one place. If you want plain files you control, it is the opposite of that.
Yaps is the one tool that converts on your device, keeps the images with the page, stores it as a searchable note, and carries it to your phone. You do not have to choose between private and convenient.
Final thoughts
Saving the web should feel calm, not anxious. You should not have to wonder whether the article you kept will still be there next year, or who else can read your reading list, or what happens when the next read-later startup gets acquired.
Convert the page to Markdown, on your own machine, and keep it in a vault that belongs to you. That is the whole idea behind the Save to Yaps extension: one click to clip any page, clean text and images stored privately, searchable forever, and waiting on your phone when you want it.
If you already live inside Obsidian, its clipper is a fine local-first choice. If you build automated pipelines, Jina and Firecrawl are made for you. For everyone who simply wants to save the web privately and read it anywhere, start with Yaps. Add the extension and download the free app, pair them once, and the next good article you find is yours to keep.
Frequently Asked Questions
How do I convert a webpage to Markdown?
Install a browser extension that clips the page in one click, such as the free Save to Yaps extension. It reads the page, strips the ads and navigation, converts the article to clean Markdown, and saves it. With Yaps that conversion happens on your own device, and the result lands in a private, searchable vault rather than a loose download.
How do I save an entire webpage as a Markdown file?
Open the page, click the Save to Yaps button in your browser toolbar, and the whole article is converted to Markdown and added straight to your vault, where you can find it under the Resources tab. The text, headings, links, and images all come across. You can then open, search, or export that note as a plain .md file whenever you want.
What is the best way to save articles as Markdown?
The best way depends on what you need afterwards. If you only want a one-off file, a simple clipper or a cloud converter works. If you want to build a private library you can search and read on any device, a tool that saves into a vault is far better, which is why Yaps clips straight into a searchable Resources folder that syncs to your phone instead of dumping a file into Downloads.
Does converting a webpage to Markdown keep the images?
It depends on the tool, and this is where many of them fail. A lot of clippers save images as links back to the original site, so they break the moment you go offline or the site changes. Yaps downloads the article images and stores them next to the note on your device, so the saved page stays complete offline.
Can I save a paywalled article as Markdown?
Yes, if the article is already visible in your browser. The extension saves what is on the screen in your logged-in session, so any page you can read, you can save. It does not bypass paywalls or log in for you; it simply captures the page you are already looking at.
Can I convert a PDF to Markdown the same way?
Not with the Yaps extension. A PDF is saved as a bookmark with its title and link rather than converted into Markdown text. For turning PDF documents into text, a dedicated PDF tool is the right fit. The extension is built for web pages.
Is there a private web-to-Markdown converter that does not use the cloud?
Yes. The Save to Yaps extension converts pages inside the Yaps app on your own machine and never sends the page to a server. The browser extension talks only to the app running locally on your computer. This is the main thing that separates it from cloud converters like Jina AI Reader, which fetch and process every page on their own servers.
What is the difference between a web clipper and a built-in vault?
A web clipper converts and saves a page; a vault is where that page lives afterwards and how you find it again. Many clippers convert beautifully but leave you to manage loose files. Yaps combines both: it clips the page and stores it as a searchable, taggable note in your vault, so saving and finding are one workflow.
Does the Markdown stay clean enough to paste into ChatGPT or Claude?
Yes, and that is one of the main reasons to convert first. Clean Markdown strips the navigation and boilerplate that waste an AI model's attention, so the model focuses on the actual content. Many people save a page with Yaps specifically to feed a tidy version of it into a language model for summarising or research.
Where are my saved Markdown files stored, locally or in the cloud?
Locally. Saved pages appear in the Resources tab and are added straight to your Yaps vault on your own device, as plain Markdown notes. Nothing is stored on a Yaps server. If you turn on premium vault sync, an encrypted copy travels directly between your own devices so you can read it on your phone, but it does not sit on a public cloud.
Can I sync clipped Markdown articles to my phone?
Yes, with vault sync turned on. Pages you save on your laptop appear in the Yaps app on your phone, and edits sync both ways over an encrypted link between your devices. Vault sync is a premium feature, and Android is live today while iPhone support is coming soon.
Is the Save to Yaps extension free?
Yes. The extension is free, the Yaps app has a free tier, and saving pages to your desktop vault costs nothing. The only paid part relevant here is vault sync, which pushes your saved clips to your phone. Converting and saving on your computer is free.
How do I clip just the article and strip the ads and sidebars?
That happens automatically. The extension runs a reader-mode pass that finds the main article and discards the navigation, ads, sidebars, and pop-ups before converting. You end up with the writing and its images, not the clutter that surrounded them.
Can I search my saved Markdown articles later?
Yes. Every saved page is a real note in your vault, so you can search it by title, by tag, or by the site it came from, and read it in a calm reading view. This is the advantage of saving into a library instead of downloading loose files you have to remember the names of.
What happens to my saved articles if Yaps shuts down?
They stay on your device, because they are plain Markdown files you already own. Unlike a cloud read-later service, where a shutdown can take your library with it, your Yaps clips live in a local vault as standard .md files that any other app can open. That is the whole point of saving the web this way.
Which browsers does the Save to Yaps extension support?
Chrome and other Chromium-based browsers, including Edge, Brave, and Arc. Firefox and Safari are not supported yet. The desktop app runs on macOS and Windows, with Android live on mobile and iPhone support coming soon.