Copy Note Wikilink

by sharfaroz
5
4
3
2
1
New Plugin

Description

Copy the selected note or search result as a wikilink. - This plugin has not been manually reviewed by Obsidian staff.

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

Copy the selected note as an Obsidian wikilink, such as [[My note]].

Features

  • Copies the currently active note as [[Note name]].
  • Can copy the highlighted result from Obsidian search-style modals when available.
  • Includes support for Omnisearch result rows that expose a selected file path.
  • Includes best-effort support for Quick Switcher and Better Command Palette style results.

Usage

Run the command Copy current note name as [[wikilink]] from the command palette, or use the default hotkey:

  • macOS: Cmd+Shift+C
  • Windows/Linux: Ctrl+Shift+C

When a supported search modal is open, highlight the result you want, then use the hotkey.

Notes

Search-result support depends on the selected result being exposed in the modal DOM. If a third-party search plugin changes its result markup, copying from that plugin may need an update.

Manual installation

  1. Download main.js and manifest.json from a release.
  2. Put them in <vault>/.obsidian/plugins/copy-note-wikilink/.
  3. Reload Obsidian and enable Copy Note Wikilink in Community plugins.