patleeman / VSNotes

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

Updates for 1.2x+? #14

Closed rbenson closed 5 years ago

rbenson commented 6 years ago

I think it would be good idea to update the readme to cover improvements to VS Code.

Examples:

patleeman commented 6 years ago

Thanks for the suggestions @rbenson!

I'm not sure Global Snippets have that much more benefit over language-specific snippets since the default note extension for VSNotes is markdown. What would the benefits of using global snippets over language specific ones be?

VSNotes doesn't do anything with workspaces. When using the command Open Note Folder, it will open a new window with a single workspace pointing to the note folder. Otherwise everything else runs in the background or in the treeview.

It could definitely be useful to update the readme, but I'm not exactly sure there is much to update. Did you have any specific questions or places I could add some additional documentation?

rbenson commented 6 years ago

The benefit would be to prevent your snippet work around to potentially overwrite other snippets.