Obsidian Extract Url Save

Plugin to extract markdown out of urls

Project README

Obsidian Plugin: Convert a URL into markdown

Demo

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.

  1. Selection - If you select a URL in the document and execute these commands it will replace the selection with the markdown content.
  2. Document - If you add front mater with the key of link to 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.
  3. Archive - Extract every [foo](https://url.com) url found in the doucment. Replace external links to internal ones. Files created in archive folder.

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.

youtube

Open Source Agenda is not affiliated with "Obsidian Extract Url" Project. README Source: trashhalo/obsidian-extract-url
Stars
249
Open Issues
18
Last Commit
1 year ago
License

Open Source Agenda Badge

Open Source Agenda Rating