All Features
Core Features

Clean Markdown from any web page

Headings, tables, code blocks, images — all converted accurately. Add templates, export with images, and paste anywhere.

Conversion

What you see is what you get — in Markdown

WebInk uses a readability engine to extract the main content, then converts it to Markdown that preserves heading hierarchy, tables, code blocks, links, and images.

  • Headings, tables, code blocks, links, and images — all converted accurately
  • Ads, navigation, and sidebars stripped automatically
  • Semantic structure preserved from the original page
HTML

React Hooks Guide

React hooks let you use state...

HookPurpose
useStateState management
const [count, setCount] = useState(0)
Markdown
# React Hooks Guide

React hooks let you use state...

| Hook | Purpose |
|------|---------|
| useState | State management |

```js
const [count, setCount] = useState(0)
```
Templates

Your output, your format

Create reusable templates with Mustache-style variables. Add frontmatter for Obsidian, Jekyll, or Hugo. Switch between templates from the toolbar.

  • Variables like {{title}}, {{url}}, {{markdown}}, and {{toc}}
  • Frontmatter support for static site generators and knowledge bases
  • Multiple templates — switch instantly from the toolbar
Blog Post Template
---
title: "{{title}}"
url: {{url}}
author: {{author}}
date: {{publishedTime}}
---

{{markdown}}
Preview
---
title: "React Hooks Guide"
url: https://example.com/react-hooks
author: Dan Abramov
date: 2025-03-15
---

# React Hooks Guide
React hooks let you use state...
{{title}}{{url}}{{author}}{{publishedTime}}{{markdown}}{{toc}}
Clipboard

Copy. Paste. Done.

One click copies clean Markdown to your clipboard. Paste into Obsidian, Notion, GitHub, VS Code, or any editor — formatting intact.

  • Copy clean Markdown to clipboard instantly
  • Paste directly into Obsidian, Notion, GitHub, or any editor
  • Format preserved — no broken links or missing images
Default Template
# React Hooks Guide

React hooks let you use state and other React
features without writing a class.

## useState

```javascript
const [count, setCount] = useState(0);
```
Export

Take everything offline

Download your Markdown bundled with all referenced images in a single ZIP file. Image paths are automatically updated in the .md file — fully self-contained.

  • Markdown + images bundled in one ZIP download
  • Image paths automatically updated in the .md file
  • Fully offline-ready — no external dependencies
react-hooks-guide.zip
├── react-hooks-guide.md12.4 KB
├── images/
│ ├── cover.webp145 KB
│ ├── diagram.png89 KB
│ └── screenshot.jpg203 KB
Download ZIP
Compatibility

From Medium to MDN and everything in between

WebInk works on blogs, documentation sites, wikis, forums, and news sites. Content extraction is powered by Defuddle — it strips noise and keeps the article.

  • Optimized for thousands of websites out of the box
  • Content extraction strips noise and keeps the article
  • Works on blogs, docs, wikis, forums, and news sites
MediumMedium
# How to Build
A guide to modern...
MDNMDN
# Array.prototype
| Method | Desc...
WikipediaWikipedia
# React (software)
React is a free...
Hacker NewsHacker News
# Show HN: WebInk
Convert any page...
GitHubGitHub
# README.md
## Installation...
Stack OverflowStack Overflow
# How to use React
**Answer:** You...

Stop wrestling with messy HTML

Install WebInk and get clean Markdown from any web page. No account required. No data collected.

Add to Chrome