Last active
October 7, 2019 03:48
-
-
Save 1021ky/7db038f3e791e4ac82df6a4647ade6ce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Blog Snippet": { | |
"scope": "markdown", | |
"prefix": "blogsnippet", | |
"body": [ | |
"# ${1:title}", | |
"", | |
"## ${2:サマリ}", | |
"$0", | |
"* ${3:背景}", | |
"* ${4:課題}", | |
"* ${5:記事の概要}", | |
"", | |
"## ${6:前提の話}", | |
"", | |
"### ${7:試した環境}", | |
"", | |
"### ${8:インストール手順}", | |
"", | |
"## ${9:やったこと}", | |
"", | |
"## ${10:わかったこと}", | |
"", | |
"## ${11:まとめ}", | |
"", | |
], | |
"description": "ブログのテンプレート" | |
}, | |
"Quote": { | |
"scope": "markdown", | |
"prefix": "blogquoteweb", | |
"body": "引用元:${1:項目名}, ${URL}, (検索年月日:${2:年}年${2:月}月${2:日}日", | |
"description": "ブログwebページ引用のテンプレート" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment