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

No tag when creating a new note #58

Open PierreMarchand20 opened 5 years ago

PierreMarchand20 commented 5 years ago

When I created a tag, I had the possibility to add tags in a front matter, but it seems that by default, there is no more front matter anymore, is it a bug ?

patleeman commented 5 years ago

I think it's a bug.

In your settings, is the defaultSnippet setting set up? This should enable it again.

"vsnotes.defaultSnippet": {
        "langId": "markdown",
        "name": "vsnotes"
    },
PierreMarchand20 commented 5 years ago

It appears in my default settings and I did not overwrite it. I also checked with a colleague and he has the same issue. I guess something broke it, may be in the last update of vscode.