“Copy Obsidian URL” links in note menu with name of the note

I would like to have possibility to set the copying of Obsidin link which now has the form

obsidian://open?vault=zk_notes&file=link.md

to

[Note name](obsidian://open?vault=zk_notes&file=link.md )

Note name could be automatically taken from first # header or title.md

Having that I will have nice possibility to link it in notetaking software

8 Likes

This would be VERY useful for quickly copying links between vaults. I’m amazed this relatively simple request hasn’t received much support; thanks for making it.
Has anyone found a workaround?

1 Like

Made a quick plugin for it. But it can be installed manually for now.

1 Like

As I said on Discord, Many Many Thanks. Much appreciated.

1 Like

Same problem, thanks for the solution

Yesss plase! BUT… Locking the format to a markdown link is not the ideal solution.

The clipboard can handle multiple representations of an item. Ideally the Copy Obsidian URL command would place multiple MIME types to the clipboard for the target application to choose from:

  • text/plain : only the URL as it is now
  • text/x-markdown : the [title](url) format as proposed aboce
  • text/html : a very simple <a href="url">title</a> format for pretty much any other rich-text editor