Added tags

This commit is contained in:
Marco D'Agostini
2020-09-30 18:56:22 -05:00
parent d35a5058cd
commit 18c3fc888e
6 changed files with 26 additions and 2 deletions

View File

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