chore: remove draft frontmatter
This commit is contained in:
parent
a9352d5404
commit
65a962615a
244 changed files with 2 additions and 246 deletions
5
.vscode/frontmatter.code-snippets
vendored
5
.vscode/frontmatter.code-snippets
vendored
|
@ -4,9 +4,8 @@
|
|||
"scope": "plaintext,markdown,html",
|
||||
"body": [
|
||||
"---",
|
||||
"date: $CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE",
|
||||
"title: $TM_FILENAME_BASE"
|
||||
"draft": false,
|
||||
"date: '$CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE'",
|
||||
"title: '$TM_FILENAME_BASE'",
|
||||
"description: ''",
|
||||
"tags: ['']",
|
||||
"---",
|
||||
|
|
Reference in a new issue