How to Connect Web2Markdown with Obsidian
Step-by-step guide to connecting Web2Markdown Pro with your Obsidian vault for automated knowledge management.
Web2Markdown Pro lets you send Markdown content directly to your Obsidian vault — no manual copy-pasting, no third-party middleware.
This guide walks you through the full setup, from start to finish.
Requirements
- Web2Markdown Pro (install from Chrome Web Store)
- Obsidian with sync plugin
- ~10 minutes to set up
Part 1: Connect to Obsidian
Option A: Via Obsidian Web Clipper (Recommended)
Obsidian 1.7+ has a built-in Web Clipper that integrates directly with Web2Markdown.
- Open Obsidian → Settings → Web Clipper
- Enable Web Clipper and select your target vault
- In Web2Markdown Settings → Obsidian:
- Enable “Use Obsidian Web Clipper protocol”
- Set default save folder (e.g.,
Clippings/)
- Export a page → select “Send to Obsidian”
- Obsidian will open automatically and create a new note
Option B: Via Local REST API
If you use the Local REST API plugin:
- Install the plugin in Obsidian → Enable it
- Copy the API key from plugin settings
- In Web2Markdown Settings → Obsidian REST API:
- API URL:
http://localhost:27124 - API Key: Paste the key from Step 2
- Default Folder:
Web Clippings/
- API URL:
File Structure in Obsidian
Every exported page creates a .md file with this format:
---
title: Page Title
source: https://example.com/article
date: 2026-02-23
tags: [research, ai]
---
# Page Title
Markdown content here...
Part 2: Real-World Workflows
Workflow for Researchers
Reading an article
↓
Select important passages
↓
Right-click → "Export Selection to Obsidian"
↓
Add tags in the popup
↓
Auto-saved to Obsidian vault
Batch Import Multiple URLs
With Web2Markdown Pro, you can import a list of URLs at once:
- Open extension → Batch Export tab
- Paste your URL list (one URL per line)
- Select destination: Obsidian
- Click “Export All”
- The extension processes each URL and sends them automatically
Tips and Tricks
Customize YAML Frontmatter
You can customize the metadata template in Settings:
---
title: {{title}}
source: {{url}}
date: {{date}}
author: {{author}}
tags: {{tags}}
reading_time: {{reading_time}}
---
Filter Content Before Exporting
Use the Smart Extract feature to only capture the main content, ignoring:
- Navigation menus
- Sidebar widgets
- Footer links
- Cookie banners
Keyboard Shortcut
Set a shortcut in Chrome: chrome://extensions/shortcuts
- Recommended:
Alt+Shift+M→ Export current page to Obsidian
Troubleshooting
Obsidian doesn’t open when exporting:
- Make sure Obsidian is running (minimized is fine, fully closed is not)
- Check that the Local REST API plugin is enabled
Content missing after export:
- Try enabling “Wait for dynamic content” in Settings
- The page may use JavaScript lazy loading — the extension needs extra time
Conclusion
Once set up, your workflow becomes so smooth that you’ll wonder how you ever did it manually.
The key benefit: your data is always in clean Markdown format, ready for AI agents to process without burning extra tokens on parsing.
Running into issues during setup? We’re always happy to help — email support@web2markdown.com or open an issue on GitHub.