Use case or problem
Scope:
Now when I want mention any file, I can write [[]] and start typing file path or name inside. And there will be dropdown with suggestions. And after I click any suggestion, correct file path will be paste inside [[]].
Problem:
For example there are in dropdown I chosed file which placed somewhere in another folder and has its long path. Let it be [[../../../Folder Name/Folder Name/Folder Name/File Name]]. In this case In preview mode I will see

But I would like to see in preview mode only
Feell difference
Of cource I can add |File name after path to specify visible part of link. Like [[../../../Folder Name/Folder Name/Folder Name/File Name|File Name]].
But this is annoing to each time when I mention other file to write it’s name.
I’m too lazy for it😀
Proposed solution
I want to when I chosed file in dropdown, then obsidian automatically paste not only full path, but full path + | + file’s name.
* As variant, you can add checkbox in settings to allow users chose should obsidian automatically paste filename in end or only path.

