Description
Thank you for this - I love this extension! Simple idea, huge possibilities.
One thing that I'd really like to use it for, but cant get to work, is having links that open files in my project in the main edit window of VS Code when they are clicked.
The idea being that I could have a tiny piece of markdown that would hold a list of the files I most frequently use, instead of using the Explorer to find them all the time.
Unfortunately I cant get any of the links I'm using to do anything, though the same markdown works within a normal markdown preview window in VS Code and will open the selected file. My markdown looks something like this, where the files referenced exist within my current project:
# My Files
[Startup File](/src/startup.js)
[Configuration](/cfg/my_config.json)
[Read Me](/readme.md)
I understand nothing about how extensions work, so it might be impossible to get this working, but I'm hoping that maybe it's just the way I'm configuring it?