Markdown front matter snippet for VSCode
Simple"frontmatter": { "scope": "markdown", "prefix": "frontmatter", "body": [ "---", "title: ${TM_FILENAME/(.*)\\..+$/$1/}", "desc: '${1}'", "created_at: ${CURRE... (359)
14/06/2021
Simple"frontmatter": { "scope": "markdown", "prefix": "frontmatter", "body": [ "---", "title: ${TM_FILENAME/(.*)\\..+$/$1/}", "desc: '${1}'", "created_at: ${CURRE... (359)
To disable ctrl+w from closing the Visual Studio Code add the following to the keyboard shortcuts file: { "key": "ctrl+w", "when": "!editorIsOpen" }The keyboard shortcuts file ... (55)