knowledge/.vscode/template.code-snippets
Marco D'Agostini 18c3fc888e Added tags
2020-09-30 19:27:01 -05:00

20 lines
230 B
Plaintext

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