knowledge/.vscode/template.code-snippets

20 lines
239 B
Plaintext
Raw Permalink Normal View History

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