Copy Search Results: Remove List prefix limitation

Ha, if you could input any characters as a prefix, you could actually make this a Copy URL Scheme action, too: prefix with obsidian://open?vault=vaultID&file=.

+10 to that. I had created my own version of this in my homemade add-on tools. I offered all the options:

  Title = 'Note Title',
  Filename = 'Filename with Extension',
  RelativePath = 'Relative Path',
  AbsolutePath = 'Absolute Path',
  ObsidianUrl = 'Obsidian URL',
  MarkdownLink = 'Markdown Link using Obsidian URL',

Reminds me of this request https://forum.obsidian.md/t/expand-copy-file-path-with-format-options/5737

2 Likes