Extract url content
approvedby Stephen Solka
Extract URL converting content into Markdown.
★ 305 stars↓ 33,688 downloadsUpdated 3y agoGPL-3.0
Obsidian Plugin: Convert a URL into markdown

Transforms a URL to markdown view if the website allows it.
Installation
Available in the community plugin store in options.
Modes
Operates in 2 modes.
- Selection - If you select a URL in the document and execute these commands it will replace the selection with the markdown content.
- Document - If you add front mater with the key of
linkto your document then it is treated as a linked document. Then calling extract will look for the link and replace the content of the document with the extracted content. - Archive - Extract every
[foo](https://url.com)url found in the doucment. Replace external links to internal ones. Files created inarchivefolder.
Document mode example
---
link: "https://bart.degoe.de/building-a-full-text-search-engine-150-lines-of-code/"
---
everything below the --- will be replaced when calling extract
Commands
- Extract: Replace url or document with readable markdown extracted from the sites html content
- Title Only: Replace url or document with a markdown anchor with the title extracted from the page content
- Import from Clipboard: Extract content from url that is found in your clipboard and dump it at your cursor.
Youtube
If your system has youtube-dl installed extra details like channel name and description will be extracted for youtube urls.

For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.