{ "$schema": "https://beta.frontmatter.codes/frontmatter.schema.json", "frontMatter.snippets.wrapper.enabled": false, "frontMatter.framework.id": "other", "frontMatter.content.publicFolder": "", "frontMatter.content.pageFolders": [ { "title": ".vscode", "path": "[[workspace]]/.vscode" } ], "frontMatter.content.snippets": { "New version": { "description": "Insert a new version to the changelog", "body": [ "## [{{version}}] - {{year}}-{{month}}-{{day}}", "", "### ✨ New features", "", "### 🎨 Enhancements", "", "### ⚡️ Optimizations", "", "### 🐞 Fixes" ], "fields": [ { "type": "string", "name": "version", "title": "Version", "single": true }, { "type": "string", "name": "year", "title": "Year", "default": "{{year}}" }, { "type": "string", "name": "month", "title": "Month", "default": "xx" }, { "type": "string", "name": "day", "title": "Day", "default": "xx" } ], "openingTags": "{{", "closingTags": "}}" }, "Issue link": { "description": "Link to a GitHub issue", "body": "- [#{{id}}](https://github.com/estruyf/vscode-front-matter/issues/{{id}}): {{title}}", "fields": [ { "name": "id", "title": "Issue ID", "type": "string", "single": true, "default": "" }, { "name": "title", "title": "Title", "type": "string", "single": true, "default": "" } ], "openingTags": "{{", "closingTags": "}}" } } }