Save an Article as Markdown for Obsidian or Notes
Capture a web article as a clean Markdown note with the title as an H1 and the source URL attached, ready to drop into Obsidian, Bear, or any notes vault.
Direct answer
Convert the URL with 'Include page title' and 'Include source link' turned on. You get a note that opens with the article title as an H1 and a blockquote linking back to the original, which is exactly the shape most note vaults expect. Download it as a .md file and drop it into your vault.
Open URL to Markdown converterWhen to use this
- You keep a reading archive and want the text, not a bookmark that may rot.
- Research notes should live beside your own writing in the same vault.
- You want to annotate an article in your own editor.
Steps
- Convert the article URL with 'Main content only' enabled.
- Keep 'Include page title' on so the note has a proper H1.
- Keep 'Include source link' on so you can always get back to the original.
- Press the .md download button.
- Move the file into your vault folder, or copy the Markdown into a new note.
Example conversion
https://example.com/essays/the-cost-of-context
# The cost of context > Source: https://example.com/essays/the-cost-of-context Every switch between tasks costs something...
Common mistakes
- Do not rely on this for pages that need a login; the fetch sees the logged-out version.
- Respect copyright — saving a personal reading copy is different from republishing someone's article.
- Check the filename before importing; it is generated from the page title and may need shortening.
FAQ
- Will the note work in Obsidian?
- Yes. The output is standard Markdown, which Obsidian reads directly. If you want Obsidian-specific syntax like wikilinks, convert it afterwards with the Obsidian converter.
- Can I add frontmatter automatically?
- The tool emits a title heading and a source blockquote rather than YAML frontmatter. Add frontmatter in your editor if your vault relies on it.
- Is it legal to save articles this way?
- Saving a personal copy for reading and reference is generally accepted, but republishing someone else's article is not. Keep the source link and respect the site's terms.
Related URL to Markdown guides
How to Convert a Web Page to Markdown
Paste a URL, fetch the page, and get clean Markdown with headings, lists, links, and tables intact — no browser extension required.
Turn a Web Page Into Markdown for AI Context
Feed a clean Markdown version of a page to ChatGPT, Claude, or a RAG pipeline instead of pasting raw HTML and burning tokens on navigation.
Why a Page Will Not Convert to Markdown
Empty output, a fetch error, or just the navigation? Here is what each failure means and what to do instead.
Convert a Documentation Page to Markdown
Pull an API reference or docs page into Markdown with its code blocks and tables intact, ready for a repository or an AI prompt.