Skip to content

Commit 95171f6

Browse files
feat: improve default front matter snippets
1 parent a2e14e4 commit 95171f6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.vscode/md.code-snippets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
" - ${5:tag}",
3232
"draft: ${6:true}",
3333
"---\n",
34+
"${7:<!-- contents -->}\n",
35+
"## Distribution\n",
36+
"- [Lemonium (here)](./) (EN: $CURRENT_YEAR/$CURRENT_MONTH/$CURRENT_DATE)\n",
3437
],
3538
"description": "Insert default front matter"
3639
},
@@ -49,6 +52,9 @@
4952
" - ${5:タグ}",
5053
"draft: ${6:true}",
5154
"---\n",
55+
"${7:<!-- 内容 -->}\n",
56+
"## 頒布\n",
57+
"- [Lemonium (ここ)](./) (JP: $CURRENT_YEAR/$CURRENT_MONTH/$CURRENT_DATE)\n",
5258
],
5359
"description": "標準のフロントマターを挿入"
5460
}

archetypes/releasenote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ draft: true
4848
- [v1.x.x.zip]()
4949
- [v1.x.x.tar.gz]()
5050

51-
## Destribution
51+
## Distribution
5252

5353
- [Lemonium (here)](./) (EN: 20xx/x/x)

0 commit comments

Comments
 (0)