How to get the path of selected notes

I know, Obsidian allows us to open files
“obsidian://open?vault=” etc

But my question is, how to get the full path /relative path of selected notes (multiple files) to the clipboard

The issue arises because I often need to handle multiple files

You’ve posted this in “Developers & API”. Are you asking for help with how to program this using the API? Or are you asking for general help with Obsidian?

I already looked into Obsidians API, but didn’t find anything related to my question. Maybe I didn’t use the right keywords so I ask here directly for directions for my little issue.

I’m wondering if there even is a way to select multiple notes at the same time in Obsidian?

a way to select multiple notes at the same time in Obsidian?

I don’t think there is. In the File Explorer at least. I often want this feature too.

Maybe the Advanced URI plugin would help you:

Its the easiest way to get URIs. I think to work with many files at once, you would have to loop though each command.

Hey, can you elaborate further? Thank you