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

change default snippet name #64

Closed suer closed 4 years ago

suer commented 4 years ago

This PR changes default snippet name to create new notes.

Snippet names Included in VSNotes are vsnote_template_default and vsnote_template_meeting in markdown.json.

snippet name in older version was vsnotes, but it was changed: https://github.com/patleeman/VSNotes/commit/1fb703f4593527390b5c5c4a322cff5c9e4509e8#diff-872cf2c56f0295afc25a93601f6d7560R2

This PR ensures that the template will be applied when creating notes even if vsnotes.defaultSnippet is not set.

patleeman commented 4 years ago

Thank you for the fix

suer commented 4 years ago

Thanks a lot 👍