mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-10 19:03:17 +02:00
Support filtering, documentation updates
This commit is contained in:
+6
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vscode-front-matter",
|
||||
"displayName": "Front Matter",
|
||||
"description": "Simplifies working with front matter of your articles. Useful extension when you are using a static site generator like: Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...",
|
||||
"description": "An essential Visual Studio Code extension when you want to manage the markdown pages of your static site like: Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...",
|
||||
"icon": "assets/frontmatter-128x128.png",
|
||||
"version": "2.5.1",
|
||||
"preview": false,
|
||||
@@ -112,6 +112,11 @@
|
||||
"default": [],
|
||||
"markdownDescription": "Specify the path to a Node.js script to execute. The current file path will be provided as an argument."
|
||||
},
|
||||
"frontMatter.dashboard.openOnStart": {
|
||||
"type": "boolean",
|
||||
"default": null,
|
||||
"description": "Specify if you want to open the dashboard when you start VS Code."
|
||||
},
|
||||
"frontMatter.panel.freeform": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
|
||||
Reference in New Issue
Block a user