knowledge/.vscode/template.code-snippets

17 lines
195 B
Plaintext
Raw Normal View History

2020-07-27 21:28:48 +02:00
{
"note": {
"scope": "markdown",
"prefix": "note",
"body": [
"# ${TM_FILENAME_BASE}",
"",
2020-07-29 01:27:27 +02:00
"$1",
"",
"## What led to learning this",
"",
2020-07-29 01:27:27 +02:00
"- $2",
"",
"",
2020-07-27 21:28:48 +02:00
],
}
}