Convert Any Webpage to Clean Markdown

One click. Copy or save. Works everywhere — Obsidian, Notion, GitHub, ChatGPT, and more.

Any Page to MD
100% Free No Data Collection Open Source 5-Star Rated

Everything You Need

One-Click Copy

Click the icon, get clean Markdown on your clipboard instantly.

Reader Mode

Powered by Mozilla Readability. Strips ads, nav bars, and clutter automatically.

Save as File

Download as .md or .txt with one click. Perfect for archiving.

Keyboard Shortcut

Press Ctrl+Shift+M to copy without even opening the popup.

Right-Click Menu

Right-click any page or selected text to convert on the spot.

Smart Selection

Highlight text, convert just that. Perfect for grabbing specific sections.

Format Selector

Output tailored for Obsidian, Notion, GitHub, or standard Markdown.

YAML Frontmatter

Auto-add title, URL, date metadata. Perfect for Obsidian vaults.

GFM Tables

HTML tables converted to clean GitHub-Flavored Markdown tables.

Image Control

Toggle images on/off. All URLs resolved to absolute paths.

Code Blocks

Preserves syntax highlighting hints and fenced code blocks.

History

Last 10 conversions saved. Re-copy anytime from the history tab.

How It Works

1

Visit any webpage

Navigate to any article, documentation page, blog post, or website you want to convert.

2

Click or press Ctrl+Shift+M

Open the extension popup or use the keyboard shortcut to instantly convert the page.

3

Copy, paste, or save

Your Markdown is on the clipboard. Paste anywhere or save as a .md file.

https://example.com/article

Works With Your Favorite Tools

Standard

  • CommonMark compliant
  • Universal compatibility
  • Clean, minimal output
# Article Title

A paragraph with **bold**
and *italic* text.

- List item one
- List item two

Obsidian

  • YAML frontmatter included
  • Wikilink-ready formatting
  • Vault-friendly file names
---
title: Article Title
source: https://example.com
date: 2025-01-15
---

# Article Title

Content here...

Notion

  • Optimized for Notion paste
  • Toggle and callout support
  • Clean block structure
# Article Title

> Source: https://example.com

A paragraph with **bold**
and *italic* text.

- [ ] Task item

GitHub

  • GFM table syntax
  • Task list support
  • Fenced code with language hints
# Article Title

| Column A | Column B |
| -------- | -------- |
| Data 1   | Data 2   |

```js
console.log("hello");
```

Your Privacy Matters

Zero data leaves your browser. Ever.

100% Local Processing

Everything runs in your browser. No servers, no APIs, no cloud processing. Your data never leaves your machine.

No Accounts Required

No sign-up, no login, no email. Install and start using immediately. No personal information collected.

Open Source

Every line of code is public on GitHub. Audit it yourself. We have nothing to hide.

Read our full Privacy Policy →

Frequently Asked Questions

Ready to grab any page as Markdown?