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

Paste as file link

mbeddedmbedded369 downloads

Paste clipboard content as file links into existing notes, when a file with this name is existing.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates5

This plugin is used to paste the content of the clipboard as a link to another file in the current vault. The selected text will be used as an alias while a file link is created.
As an example, assume this is the text in your file:

Lorem ipsum dolor sit amet.

After pasting my note to a selection, this will be updated to:

Lorem ipsum [[my note|dolor sit amet]].     // Wiki link
Lorem ipsum [dolor sit amet](my note.md).   // Markdown link

The type of link is depending on your vault settings (Settings > Files and links).

If the clipboard contains no string (text) or no file could be found, this plugin will do nothing and the usual paste will take place. If you have multiple files with the same name in your vault, a dialog will open so you can select the correct file.

Usage

  • Copy the name of a note from your vault.
  • Select text in any document of your vault.
  • Paste the value from your clipboard (or use the command).
  • Be happy that your selection became a link to your file with an alias :)

Installation

The plugin can be installed in Obsidian itself via Settings > Community plugins > Browse.

For manual installation, go to the latest release. Download the files main.js and manifest.json. Move these files to your vault: YourVault/.obsidian/plugins/paste-as-file-link/.

Settings / Usage

The default setting of this plugin is the usage of CTRL + V (paste). This setting can be turned on and off. If you turn this off, you have to use the command palette.

Contribution

If you face any issues, feel free to create an issue or a pull-request in this repository.

Reason for this plugin

This plugin was created because I often write text and add links to my notes afterward. But every time I paste the name of the note, the text gets replaced and I have to create links with an alias by myself.

91%
HealthExcellent
ReviewSatisfactory
About
Paste clipboard text as a link to a note in your vault, turning the selected text into the link alias. Choose link syntax based on vault settings and prompt to pick the correct file when multiple matches exist; fall back to a normal paste if no file is found.
LinksFilesHotkeys
Details
Current version
1.3.1
Last updated
Last week
Created
11 months ago
Updates
5 releases
Downloads
369
Compatible with
Obsidian 1.11.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Ko-fi
Author
mbeddedmbedded
mbuege.com
GitHubmbedded
  1. Community
  2. Plugins
  3. Links
  4. Paste as file link

Related plugins

Advanced URI

Control everything with URI.

Note Refactor

Extract note content into new notes and split notes.

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.

Custom Attachment Location

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

Notebook Navigator

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

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.

QuickAdd

Quickly add new notes or content to your vault.

Recent Files

Display a list of recently opened files.

Omnisearch

Intelligent search for your notes, PDFs, and OCR for images.

Claudian

Embeds Claude Code/Codex as an AI collaborator in your vault. Your vault becomes agent's working directory, giving it full agentic capabilities: file read/write, search, bash commands, and multi-step workflows.