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

Rich Link Resolver

AlmeidaAlmeida178 downloads

Converts pasted or selected URLs into markdown rich links with favicon and title.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

Rich Link Resolver is an Obsidian plugin that turns a pasted or selected URL into a markdown rich link using the page title and favicon.

Example output:

[![favicon|16x16](<https://example.com/favicon.ico>) Example Domain](<https://example.com>)

Features

  • Automatically resolves a pasted URL when the clipboard contains a single URL.
  • Resolves the selected URL or the URL under the cursor through a command or context menu action.
  • Shows an inline Loading URL... placeholder while metadata is being fetched.
  • Uses the page favicon URL directly in the generated markdown, rendered at 16x16.
  • Falls back to a plain markdown link if a favicon URL cannot be resolved.
  • Lets you choose whether the favicon appears before or after the title.
  • Can render resolved URLs as preview cards instead of favicon + title links.
  • Lets you ignore specific domains and exact URLs for automatic paste conversion.

Local testing

  1. Install dependencies:
npm install
  1. Build the plugin:
npm run build
  1. Copy it into your vault:
npm run install:local -- "/absolute/path/to/Your Vault"

You can also use:

OBSIDIAN_VAULT_PATH="/absolute/path/to/Your Vault" npm run install:local
  1. In Obsidian, open Settings -> Community plugins, reload plugins, and enable Rich Link Resolver.

Development

Watch mode:

npm run dev

After each rebuild, copy the latest plugin files again:

npm run install:local -- "/absolute/path/to/Your Vault"

Release process

This repository is set up for GitHub-based releases.

  1. Update manifest.json, versions.json, and package.json to the new version.
  2. Commit and push the changes.
  3. Create and push a tag in the format X.Y.Z.
git tag 0.1.0
git push origin 0.1.0
  1. The GitHub Actions release workflow will build the plugin and attach:
    • main.js
    • manifest.json
    • styles.css

Submit to Obsidian Community Plugins

After the repository has at least one public GitHub release with the files above:

  1. Go to https://community.obsidian.md and sign in with your Obsidian account.
  2. Link your GitHub account to your profile.
  3. Open Plugins in the sidebar and choose New plugin.
  4. Submit the repository URL: https://github.com/almeidazs/rich-link-obsidian.
  5. Follow the review feedback shown by the directory until the submission passes.
HealthExcellent
ReviewPassed
About
Convert pasted or selected URLs into Markdown rich links that include the page title and favicon. Resolve links automatically from the clipboard or via command/context action, show a Loading URL... placeholder while fetching, cache favicons as stable 16×16 local images, and fall back to plain Markdown links if a favicon can't be used.
LinksAttachments
Details
Current version
0.3.0
Last updated
2 months ago
Created
2 months ago
Updates
3 releases
Downloads
178
Compatible with
Obsidian 1.5.1+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
GitHub Sponsors
Author
AlmeidaAlmeidaalmeidazs
eualmeida.com.br
GitHubalmeidazs
GitHubalmeidazs
almeeida
Xeualmeidazs
  1. Community
  2. Plugins
  3. Links
  4. Rich Link Resolver

Related plugins

Consistent Attachments and Links

Move note attachments and update links automatically.

Custom Attachment Location

Customize attachment location with variables($filename, $data, etc) like Typora.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Advanced URI

Control everything with URI.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

Share Note

Instantly share/publish a note, with the full theme and content exactly like you see in Obsidian. Data is shared encrypted by default, and only you and the person you send it to have the key.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

Ink

Handwriting and drawing directly between paragraphs using a digital pen, stylus, or Apple pencil.

ExcaliBrain

An interactive, structured mind-map of your Obsidian vault.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.