Link Extractor

by Andrew Mutavdzija
5
4
3
2
1
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. Scan the current note for all external links and copy them as a list.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Scan any note for external links and copy them as a list — great for building bibliographies, reference lists, or sharing resources.

Features

  • Extracts all external (http/https) links from the active note
  • Detects markdown links [text](url), bare URLs, and angle-bracket links <url>
  • Deduplicates automatically
  • Four output formats:
    • Plain URLs — one per line
    • Bullet List- https://...
    • Numbered List1. https://...
    • Markdown Links- [url](url)
  • One-click Copy to Clipboard

Usage

  1. Open any note
  2. Open the Command Palette (Ctrl+P / Cmd+P)
  3. Run "Extract External Links from Note"
  4. Choose your format and click Copy to Clipboard
  5. Paste into another note, a bibliography generator, a spreadsheet — wherever you need it

Installation

  1. Open Settings → Community Plugins
  2. Search for Link Extractor
  3. Click Install, then Enable

Manual

  1. Download main.js, manifest.json, and versions.json from the latest release
  2. Copy them into <YourVault>/.obsidian/plugins/link-extractor/
  3. Reload Obsidian and enable the plugin under Settings → Community Plugins

Development

npm install
npm run dev      # watch mode
npm run build    # production build

License

MIT