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
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?
The text was updated successfully, but these errors were encountered:
I think it's possible to do that, but until I don't add that(I'm not working on the extension too much), you can try using the "pin" option by right-clicking a vscode tab, that way you can have this functionality. You open the files you use the most and pin them, now they can't be closed and can easily be accessed!
Regarding the "pin" suggestion, I think my simple example was a bit misleading. In reality my "frequently" used file list is nearer fifteen to twenty files (though this fluctuates), and whilst pinning would be a solution for a small amount of files, it becomes impractical once this number begins to increase.
Leaving links aside, I do however see many uses for the extension - it is fast becoming a favorite of mine and many thanks again for creating it.
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:
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?
The text was updated successfully, but these errors were encountered: