Copying markdown link of multiple notes separate by newline

When copying markdown link after selecting multiple notes, they should be separated by a newline in the clipboard.

Instead of

[A](:/409ad50cs6f4e82afa8ec141e7277) [B](:/7b29b47d9b374b0giyubgja60a9264d) [C](:/d7c8c7354c4ed54gdgfd55c528db31) 

it should be

[A](:/409ad50cs6f4e82afa8ec141e7277) 
[B](:/7b29b47d9b374b0giyubgja60a9264d) 
[C](:/d7c8c7354c4ed54gdgfd55c528db31) 

I do agree that it would make more sense.
It was a very simple change to get it working:
image

But what I don't know is if that function is relied upon elsewhere to contain a space (although I can't really imagine it) and if a PR will be accepted for it

Also need to check if it actually works cross platform.

I think it was just a design decsion. I'd rather have them on separate lines too. If it were me, I'd create an option. :wink:

But I don't think that Laurent would accept an option, but he might be ok with just changing the behavior. You can always create a PR. If you've already written the code, it's probably eaaier to just create the PR.

1 Like

@Daeraxa I assume you've written the code. Have your created a PR?

Not yet, wanted to test if it actually worked on Windows and mac, had issues with the windows dev build then Christmas came where I've been away. Planning to revisit when I return.