ianjsikes / md-graph

A Visual Studio Code extension to visualize your markdown files as a network graph. Easily navigate files and see relationships.
MIT License
35 stars 9 forks source link

Links don't work when the md title has spaces #3

Open EthanSKaplan opened 3 years ago

EthanSKaplan commented 3 years ago

If I have a markdown file named "Camping List.md", then when I make a link to it from another md file that link will be formatted as Test because of how markdown works. But because my link has %20 and the name of the file in my file system doesn't, this breaks the extension. When I name the file "Camping%20List.md" then the extension works again.

Please add some feature whereby spaces in file names are converted to %20 so they match with markdown links.

rswhiting commented 2 years ago

There's a fix for this on the original tchayen, but neither of these has tagged a new version since 2020. @ianjsikes , would you mind bringing in all the fixes from tchayen that haven't been published to VSCode Market and tag a new version?