[X] This feature isn't just a vague idea and can have a good practical solution.
[X] I'm completely sure that this feature fits into this plugin.
[ ] I'm willing to implement this through a PR.
Problem
I have my notes at ~/notes which are symlinked to an NTFS SSD. When I open my notes, the breadcrumbs show the path to the SSD. It looks a bit weird as it was ~/notes which I opened and not the SSD path.
Solution Suggestion
The solution would be not to resolve the symlink of the CWD.
So in the image, instead of the full SSD path, the breadcrumbs should show:
Requirements
Problem
I have my notes at
~/notes
which are symlinked to an NTFS SSD. When I open my notes, the breadcrumbs show the path to the SSD. It looks a bit weird as it was~/notes
which I opened and not the SSD path.Solution Suggestion
The solution would be not to resolve the symlink of the CWD.
So in the image, instead of the full SSD path, the breadcrumbs should show:
notes > personal > index.norg
Workaround
No response