zaaack / vscode-markdown-editor

A vscode extension to make your vscode become a full-featured WYSIWYG markdown editor
https://marketplace.visualstudio.com/items?itemName=zaaack.markdown-editor
MIT License
367 stars 51 forks source link

links to internal files uses a (original) folder name, that was renamed, don't open #76

Open arnard76 opened 1 year ago

arnard76 commented 1 year ago
  1. I created in animals.md file in folder blog
  2. I renamed folder to myblog
  3. I tried to link to another file inside myblog called dog.md this is the page for dogs
  4. open the animals.md inside the markdown-editor
  5. click this link for dogs
  6. receive the following error:
    The editor could not be opened due to an unexpected error: Unable to resolve resource <path with blog folder to dog.md>

hopefully this is just me and I've messed something up somewhere 🤞😅

sev-nb commented 9 months ago

+1 Unable to resolve resource d:%5CDevelopment%5C...