knowledge/.vscode/template.code-snippets
Marco D'Agostini 95782bbca6 Added missing tag header to some documents
Added `english` / `spanish` tags and added `english` tag to template
2021-02-24 17:10:55 +01:00

20 lines
239 B
Plaintext

{
"note": {
"scope": "markdown",
"prefix": "note",
"body": [
"---",
"tags: english, $1",
"---",
"",
"# ${TM_FILENAME_BASE}",
"",
"$3",
"",
"## What led to learning this",
"",
"- $2",
"",
],
}
}