We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96755be commit 5c3792fCopy full SHA for 5c3792f
.vscode/md.code-snippets
@@ -23,7 +23,7 @@
23
"---",
24
"title: ${1:Title}",
25
"description: ${2:Description}",
26
- "slug: ${3:slug}",
+ "slug: \"$CURRENT_MONTH$CURRENT_DATE\"",
27
"date: $CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE $CURRENT_HOUR:$CURRENT_MINUTE:$CURRENT_SECOND+0900",
28
"categories:",
29
" - ${4:category}",
@@ -44,7 +44,7 @@
44
45
"title: ${1:タイトル}",
46
"description: ${2:説明}",
47
- "slug: ${3:リンク}",
48
49
50
" - ${4:カテゴリー}",
0 commit comments