You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description:
When using the markdown-oxide plugin in VSCode, any link (which translates to "bidirectional links" or "backlinks") that are located in subdirectories is marked as unresolved ("Unresolved Reference" as shown in the screenshot). This happens regardless of whether the links are correctly set up and the files exist.
Reproduction Steps:
Install the markdown-oxide VSCode extension.
Create a markdown file with a bidirectional link to a file located in a subdirectory.
Observe that the link is marked as unresolved in the VSCode editor.
Expected Behavior:
The bidirectional links should be recognized and resolved correctly, even if they point to files within subdirectories.
Current Behavior:
The links are marked as unresolved, which is incorrect and disrupts the workflow for managing backlinks.
Environment:
markdown-oxide plugin version: 1.1.0
Operating System: win10 & ubuntu22
Additional Information:
I have ensured that the links are correctly formatted and that the files they reference exist. I have also checked the plugin settings and ensured that they are configured correctly.
Screenshot:
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered:
Hello @Feel-ix-343 ,
Issue Description:
When using the
markdown-oxide
plugin in VSCode, any link (which translates to "bidirectional links" or "backlinks") that are located in subdirectories is marked as unresolved ("Unresolved Reference" as shown in the screenshot). This happens regardless of whether the links are correctly set up and the files exist.Reproduction Steps:
markdown-oxide
VSCode extension.Expected Behavior:
The bidirectional links should be recognized and resolved correctly, even if they point to files within subdirectories.
Current Behavior:
The links are marked as unresolved, which is incorrect and disrupts the workflow for managing backlinks.
Environment:
markdown-oxide
plugin version: 1.1.0Additional Information:
I have ensured that the links are correctly formatted and that the files they reference exist. I have also checked the plugin settings and ensured that they are configured correctly.
Screenshot:
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered: