Need AI Training/Help?CloudYeti.io/meet
MarkdownMe
URL to Markdown guide

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 converter

When 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

  1. Convert the article URL with 'Main content only' enabled.
  2. Keep 'Include page title' on so the note has a proper H1.
  3. Keep 'Include source link' on so you can always get back to the original.
  4. Press the .md download button.
  5. Move the file into your vault folder, or copy the Markdown into a new note.

Example conversion

Markdown input
https://example.com/essays/the-cost-of-context
Markdown output
# 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