Skip to content

Instantly share code, notes, and snippets.

@1021ky
Last active October 7, 2019 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1021ky/7db038f3e791e4ac82df6a4647ade6ce to your computer and use it in GitHub Desktop.
Save 1021ky/7db038f3e791e4ac82df6a4647ade6ce to your computer and use it in GitHub Desktop.
{
"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