17 lines
No EOL
335 B
Text
17 lines
No EOL
335 B
Text
{
|
|
"add post frontmatter": {
|
|
"prefix": "frontmatter",
|
|
"scope": "plaintext,markdown,html",
|
|
"body": [
|
|
"---",
|
|
"date: $CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE",
|
|
"title: $TM_FILENAME_BASE"
|
|
"draft": false,
|
|
"description: ''",
|
|
"tags: ['']",
|
|
"---",
|
|
"$2"
|
|
],
|
|
"description": "Add frontmatter for new post"
|
|
},
|
|
} |