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