vscode-markdown-notes
vscode-markdown-notes copied to clipboard
Backlinks do not show with relative paths filename convention
Describe the bug
When using relativePaths
for the vscodeMarkdownNotes.workspaceFilenameConvention
setting because I have conflicting names, the backlinks panel is not populated with the reference.
To Reproduce
-
vscodeMarkdownNotes.workspaceFilenameConvention
setting:relativePaths
Steps to reproduce the behavior:
- Open workspace
- Create a folder with a markdown file in it.
- Create a markdown file at root level and add a link inside it to the file created in step 2
- Open file created in step 2
- The backlinks panel does not have the reference to file created in step 3
Expected behavior The backlinks panel should display the backlink to file.
Screenshots
Versions
- OS: 10.15.7
- VS Code Version: 1.51.1
- Extension Version: v0.0.21
I can confirm this bug.
Having the same issue
This is probably not terribly hard to fix if someone wants to take a stab at it.
I'm totally swamped and probably won't be able to look at this one for awhile, myself.