knowledge/.vscode/template.code-snippets
2020-08-04 13:00:54 -05:00

16 lines
188 B
Plaintext

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