Skip to content

Instantly share code, notes, and snippets.

@perpouh
Created June 9, 2020 09:59
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 perpouh/d7543f776ddfb6a230a9e8cc23c3884b to your computer and use it in GitHub Desktop.
Save perpouh/d7543f776ddfb6a230a9e8cc23c3884b to your computer and use it in GitHub Desktop.
VSNote設定
{
"vsnotes.tokens": [
{
"type": "datetime",
"token": "{dt}",
"format": "YYYY-MM-DD",
"description": "Insert formatted datetime."
}
],
"vsnotes.defaultNoteTitle": "{dt}-{title}.{ext}",
"vsnotes.templates": [
"blog",
]
}
@perpouh
Copy link
Author

perpouh commented Jun 9, 2020

すごい雑なことをやった自覚はある

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment