From e06fcb8ced31cdc5ede3bfcc42ec5f55d84a734a Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Wed, 6 Apr 2022 17:27:07 +0200 Subject: [PATCH] Update settings + commends + changelog --- CHANGELOG.md | 2 +- package.json | 76 ++++++++++++++++++++++++++-------------------------- 2 files changed, 39 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dae60906..945e6f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [7.1.0] - 2022-xx-xx +## [7.1.0] - 2022-xx-xx - [Release notes](https://beta.frontmatter.codes/updates/v7.1.0) ### 🎨 Enhancements diff --git a/package.json b/package.json index fb9ac6cc..d0207bfb 100644 --- a/package.json +++ b/package.json @@ -379,6 +379,12 @@ }, "scope": "Custom scripts" }, + "frontMatter.dashboard.content.cardTags": { + "type": "string", + "default": "tags", + "markdownDescription": "Specify the name of the metadata field that will be used to show the tags on the content card. When empty or null, it will hide the tags from the card. [Check in the docs](https://frontmatter.codes/docs/settings#frontMatter.dashboard.content.cardTags)", + "scope": "Dashboard" + }, "frontMatter.dashboard.mediaSnippet": { "type": "array", "default": [], @@ -398,12 +404,6 @@ "markdownDescription": "Specify if you want to open the dashboard when you start VS Code. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.dashboard.openonstart)", "scope": "Dashboard" }, - "frontMatter.dashboard.content.cardTags": { - "type": "string", - "default": "tags", - "markdownDescription": "Specify the name of the metadata field that will be used to show the tags on the content card. When empty or null, it will hide the tags from the card. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.dashboard.contenttags)", - "scope": "Dashboard" - }, "frontMatter.data.files": { "type": "array", "default": [], @@ -633,6 +633,18 @@ "markdownDescription": "Specifies the notifications you want to see. By default, all notifications types will be shown. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.global.notifications)", "scope": "Templates" }, + "frontMatter.media.defaultSorting": { + "type": "string", + "default": "", + "enum": [ + "LastModifiedAsc", + "LastModifiedDesc", + "FileNameAsc", + "FileNameDesc" + ], + "markdownDescription": "Specify the default sorting option for the media dashboard. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.media.defaultsorting)", + "scope": "Content" + }, "frontMatter.media.supportedMimeTypes": { "type": "array", "default": [ @@ -646,18 +658,6 @@ }, "scope": "Media" }, - "frontMatter.media.defaultSorting": { - "type": "string", - "default": "", - "enum": [ - "LastModifiedAsc", - "LastModifiedDesc", - "FileNameAsc", - "FileNameDesc" - ], - "markdownDescription": "Specify the default sorting option for the media dashboard. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.media.defaultsorting)", - "scope": "Content" - }, "frontMatter.panel.freeform": { "type": "boolean", "default": true, @@ -1179,6 +1179,15 @@ "title": "Authenticate", "category": "Front matter" }, + { + "command": "frontMatter.markup.blockquote", + "title": "Blockquote", + "category": "Front matter", + "icon": { + "light": "assets/icons/blockquote-light.svg", + "dark": "assets/icons/blockquote-dark.svg" + } + }, { "command": "frontMatter.markup.bold", "title": "Bold", @@ -1215,15 +1224,6 @@ "dark": "assets/icons/codeblock-dark.svg" } }, - { - "command": "frontMatter.markup.blockquote", - "title": "Blockquote", - "category": "Front matter", - "icon": { - "light": "assets/icons/blockquote-light.svg", - "dark": "assets/icons/blockquote-dark.svg" - } - }, { "command": "frontMatter.collapseSections", "title": "Collapse sections", @@ -1350,8 +1350,8 @@ } }, { - "command": "frontMatter.dashboard.snippets", - "title": "Open snippets dashboard", + "command": "frontMatter.dashboard.media", + "title": "Open media dashboard", "category": "Front matter", "icon": { "dark": "/assets/icons/frontmatter-small-dark.svg", @@ -1359,8 +1359,8 @@ } }, { - "command": "frontMatter.dashboard.media", - "title": "Open media dashboard", + "command": "frontMatter.dashboard.snippets", + "title": "Open snippets dashboard", "category": "Front matter", "icon": { "dark": "/assets/icons/frontmatter-small-dark.svg", @@ -1385,12 +1385,6 @@ "dark": "assets/icons/options-dark.svg" } }, - { - "command": "frontMatter.mode.switch", - "title": "Switch mode", - "category": "Front matter", - "icon": "$(preview)" - }, { "command": "frontMatter.preview", "title": "Preview content", @@ -1420,6 +1414,12 @@ "dark": "assets/icons/strikethrough-dark.svg" } }, + { + "command": "frontMatter.mode.switch", + "title": "Switch mode", + "category": "Front matter", + "icon": "$(preview)" + }, { "command": "frontMatter.markup.tasklist", "title": "Task list", @@ -1828,4 +1828,4 @@ "dependencies": { "node-fetch": "^2.6.7" } -} +} \ No newline at end of file