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

Links

mii-keymii-key69k downloads

Manipulate links.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates148

Manipulate links in Obsidian.

  • Features
    • Create
      • Create link from selection
      • Create link from clipboard
    • Convert
      • Convert to Wiki link
      • Convert to Markdown link
        • Single link
        • Multiple links
      • Convert to Autolink
      • Convert to HTML link
    • Unlink
    • Remove links from headings
      • Configuration
        • Internal wikilink without text
    • Delete link
    • Copy to clipboard
      • Copy
      • Copy link destination to clipboard
      • Cut
    • Edit
      • Edit link text
      • Edit link destination
      • Set link text
      • Set link text from clipboard
    • Embed / Unembed files

Features

Create

Create link from selection

Create link from selected text.

  • Command palette: Create link
  • Context menu: Create link

To autoselect a word under the cursor enable 'Autoselect upon creating a link' in settings.

🎞️ Demo. Create a link from selection

Create link from selection

🎞️ Demo. Create a link with the enabled option 'Autoselect upon creating a link'

Create link from selection

Create link from clipboard

Create link from textual content of the system clipboard.

  • Command palette: Create link from clipboard
  • Context menu: Create link from clipboard

To autoselect a word under the cursor enable 'Autoselect upon creating a link' in settings.

🎞️ Demo. Create a link from selection

Create link from clipboard

🎞️ Demo. Create a link with the enabled option 'Autoselect upon creating a link'

Create link from selection

Convert

Wiki link Markdown link HTML link Autolink
Wiki link
Markdown link
HTML link
Autolink
URL

Convert to Wiki link

Supported links:

  • Markdown link

Execute via:

  • Command palette: Convert to wikilink
  • Context menu: Convert to wikilink
🎞️ Demo

convert markdown link to wiki link

Convert to Markdown link

Single link

  • Command palette: Convert to markdown link
  • Context menu: Convert to markdown link

Supported links:

  • Wikilink
  • HTML link
  • Autolink
  • URL

Converts a wikilink or an HTML link to a markdown link. If a wikilink contains spaces a destination of a markdown link will be places in <>. HTML link must be expanded.

If a wikilink destination doesn't have an extension, the .md extension can be added to a markdown link destination after conversion (see Convert to Markdown link | Append extension option in Settings)

If an autolink or plain URL has an absolute URI with an http or https scheme, the content of the <title/> element will be used as the link text. If the request fails or the URL has a different scheme, the cursor will be placed inside the [] of the markdown link. For email autolinks, the mailto scheme will be added before the email address.

🎞️ Demo. Convert a wikilink to a markdown link

convert wikilink to markdown link

🎞️ Demo. Convert an HTML link to a markdown link

convert html link to markdown link

🎞️ Demo. Convert an autolink to a markdown link

convert to markdown link

🎞️ Demo. Convert a URL to a markdown link

convert to markdown link

Multiple links

Command palette:

  • Convert all links to Markdown links
  • Convert Wikilinks to Markdown links
  • Convert URLs to Markdown links
  • Convert Autolinks to Markdown links

Context menu:

  • Convert all links to Markdown links (enable in Settings)
  • Convert Wikilinks to Markdown links (enable in Settings)
  • Convert URLs to Markdown links (enable in Settings)
  • Convert Autolinks to Markdown links (enable in Settings)
  • Convert HTML links to Markdown links (enable in Settings)

Supported links:

  • Wikilink
  • URL
  • Autolink
  • HTML link

Converts multiple links in an active note or selection into markdown links. Command in the Command palette and context menu is enabled if corresponding link type is present in the active note. Context menu works only for selection.

For URLs and autolinks with absolute URLs using the http:// or https:// schemes, the link text will be set to the content of the <title/> element of the page loaded from the URL.

If a wikilink destination doesn't have an extension, the .md extension can be added to a markdown link destination after conversion (see Convert to Markdown link | Append extension option in Settings).

🎞️ Demo. Convert all links in an active note to markdown links

remove link

🎞️ Demo. Convert all links in a selection to markdown links

remove link

Convert to Autolink

  • Command palette: Convert to autolink
  • Context menu: Convert to autolink

Supported links:

  • Markdown
  • URL

Converts a markdown link with an absolute URL or an email address into an autolink.

🎞️ Demo. Markdown link with absolute URL.

convert markdown link to wiki link

🎞️ Demo. Markdown link with email address.

convert markdown link to wiki link

🎞️ Demo. Convert an absolute URL to an autolink

convert to markdown link

Convert to HTML link

  • Command palette: Convert to HTML link
  • Context menu: Convert to HTML link

Supported links: - Wikilink

Converts a wikilink to an HTML link.

🎞️ Demo. Create link to a note in a diagram

Create link to a note in a diagram

🎞️ Demo. Create link to a note's heading in a diagram

Create link to a note's heading in a diagram

🎞️ Demo. Create link to a note in a class diagram

Create link to a note's heading in a diagram

Unlink

Unlink single link or all links in a selection.

  • Command palette: Unlink
  • Context menu: Unlink
🎞️ Demo. Single link.

remove link

🎞️ Demo. Links in a selection.

remove link

Remove links from headings

Remove links from headings in selection or in an entire note. Each link is replaced with it's text. Links without text are removed. Wikilink without text by default replaced with it's destination.

  • Command palette: Remove links from headings
🎞️ Demo

Remove links from headings

Configuration

Internal wikilink without text

Available options:

  • Remove
  • Replace with destination [default]
  • Replace with lowest heading
🎞️ Demo. Remove Original text:

Alt text

After command execution:

Alt text

🎞️ Demo. Replace with destination Original text:

Alt text

After command execution:

Alt text

🎞️ Demo. Replace with lowest heading Original text:

Alt text

After command execution:

Alt text

Delete link

  • Command palette: Delete link
  • Context menu: Delete

Supported links:

  • Wikilink
  • Markdown link
  • URL
  • Autolink
  • HTML link

If the target file for the deleted link is unreferenced the prompt to delete the file is displayed. Configure this feature in the plugin settings: delete unreferenced link target on delete link

🎞️ Demo. Wikilink

delete link

🎞️ Demo. Markdown link

delete link

🎞️ Demo. Autolink

delete link

Copy to clipboard

Copy

Copy markdown, wiki, auto, html link or plain url to the clipboard

  • Command palette: Copy link
  • Context menu: Copy link
🎞️ Demo. Copy link to the clipbard

remove link

Copy link destination to clipboard

  • Command palette: Copy link destination
  • Context menu: Copy link destination

Copy link destination of markdown, wiki or html link to the clipboard.

Demo

copy link destination to clipboard

Cut

Cut markdown, wiki, auto, html link or plain url to the clipboard

  • Command palette: Cut link
  • Context menu: Cut link
🎞️ Demo. Cut link to the clipbard

remove link

Edit

Edit link text

Select link text and place cursor at the end of the text

  • Command palette: Edit link text
  • Context menu: Edit link text
Demo

Edit link text

Edit link destination

Select link text and place cursor at the end of the text

  • Command palette: Edit link destination
  • Context menu: Edit link destination
Demo

Edit link text

Set link text

Change or add link text, select it and place cursor at the end of the text. Link text depends on the kind of a link. For local notes text will be either file name of the note or popup with suggested link texts. Title separator can be specified in the plugin settings. For external http[s] links, page content is requested and link text is set to the title (content of <title/> element) of the requested page content.

  • Command palette: Set link text
  • Context menu: Set link text
🎞️ Demo. Link to a local note

Link to local note

🎞️ Demo. Link to a heading in a local note

Link to a heading in local note

🎞️ Demo. External link

External link

Set link text from clipboard

Set markdown, wikilink or URL text from clipboard. Links that can't have text, like URL, will be converted to markdown link.

  • Command palette: Set link text from clipboard
  • Context menu: Set link text from clipboard
🎞️ Demo.

set link text from clipbaord

🎞️ Demo. Link to image

set link text from clipbaord

Embed / Unembed files

Add or remove file embedding from a wikilink or a markdown link.

  • Command palette: Embed/Unembed link
  • Context menu:
    • Embed
    • Unembed
🎞️ Demo. Embed

remove link

🎞️ Demo. Unembed

remove link

77%
HealthExcellent
ReviewCaution
About
Create links from selected text or from the clipboard. Convert between wiki, Markdown, HTML and autolink formats; edit or remove link text and destinations; copy or cut link targets; embed or unembed files.
LinksEditingFiles
Details
Current version
1.17.51
Last updated
2 months ago
Created
3 years ago
Updates
148 releases
Downloads
69k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
mii-keymii-key
github.com/mii-key
GitHubmii-key
  1. Community
  2. Plugins
  3. Links
  4. Links

Related plugins

Note Refactor

Extract note content into new notes and split notes.

Advanced URI

Control everything with URI.

Remember cursor position

Remember cursor and scroll position for each note.

Thino

Quickly capture memos and display them in the sidebar with a heatmap. (Closed source)

Paste URL into selection

Paste URL "into" selected text.

Gemini Scribe

Allows you to interact with Gemini and use your notes as context.

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.

Code Space

Professional code file management with visual dashboard, syntax highlighting editor, and Markdown embedding.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.