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 a2e14e4 commit 95171f6Copy full SHA for 95171f6
.vscode/md.code-snippets
@@ -31,6 +31,9 @@
31
" - ${5:tag}",
32
"draft: ${6:true}",
33
"---\n",
34
+ "${7:<!-- contents -->}\n",
35
+ "## Distribution\n",
36
+ "- [Lemonium (here)](./) (EN: $CURRENT_YEAR/$CURRENT_MONTH/$CURRENT_DATE)\n",
37
],
38
"description": "Insert default front matter"
39
},
@@ -49,6 +52,9 @@
49
52
" - ${5:タグ}",
50
53
51
54
55
+ "${7:<!-- 内容 -->}\n",
56
+ "## 頒布\n",
57
+ "- [Lemonium (ここ)](./) (JP: $CURRENT_YEAR/$CURRENT_MONTH/$CURRENT_DATE)\n",
58
59
"description": "標準のフロントマターを挿入"
60
}
archetypes/releasenote.md
@@ -48,6 +48,6 @@ draft: true
48
- [v1.x.x.zip]()
- [v1.x.x.tar.gz]()
-## Destribution
+## Distribution
- [Lemonium (here)](./) (EN: 20xx/x/x)
0 commit comments