patleeman / VSNotes

Simple VS Code extension for plain text note taking.
https://marketplace.visualstudio.com/items?itemName=patricklee.vsnotes
MIT License
174 stars 34 forks source link

Images do not display #89

Open ghost opened 4 years ago

ghost commented 4 years ago

This probably has to do with various unfixed (yet closed) bugs in vscode itself (e.g., https://github.com/microsoft/vscode/issues/45757, https://github.com/microsoft/vscode/issues/45155, …), but basically, unless the note repository is open also as a workspace, images in the note preview are not rendered. This—not being able to open the notes from just any vscode workspace—reduces the usefulness of vsnotes compared to just opening the note repository as a workspace. Since it seems that vscode itself won't be fixed, I wonder if it would be possible to somehow tag each file opened through the vsnotes explorer with its own “workspace”, i.e., the repository location?