Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Link Extractor

Andrew MutavdzijaAndrew Mutavdzija25 downloads

Scan the current note for all external links and copy them as a list.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

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 List — 1. 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

From Obsidian Community Plugins (recommended)

  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

95%
HealthExcellent
ReviewSatisfactory
About
Scan notes for external http/https links and copy them as a deduplicated list. Detect markdown links, bare URLs, and angle-bracket links, and export in plain, bullet, numbered, or markdown-link formats with one-click copy to clipboard.
LinksExportMarkdown
Details
Current version
1.0.0
Last updated
5 days ago
Created
5 days ago
Updates
1 release
Downloads
25
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Andrew MutavdzijaAndrew Mutavdzijaandym-dc
GitHubandym-dc
  1. Community
  2. Plugins
  3. Links
  4. Link Extractor

Related plugins

Auto Link Title

Automatically fetches the titles of links from the web.

Consistent Attachments and Links

Move note attachments and update links automatically.

Link Embed

Convert URLs in your notes into embeded previews.

Table of Contents

Create a table of contents for a note.

Importer

Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, and HTML files.

Smart Connections

AI link discovery copilot. See related notes as you write. Lookup using semantic (vector) search across your vault. Zero-setup local model for embeddings, no API keys, private.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Outliner

Work with your lists like in Workflowy or Roam Research.

Various Complements

Complete words similar to auto-completion in an IDE.

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.