diff --git a/package.json b/package.json index 96bf4809..21903bd1 100644 --- a/package.json +++ b/package.json @@ -2488,14 +2488,6 @@ "command": "frontMatter.project.switch", "when": "frontMatter:project:switch:enabled" }, - { - "command": "frontMatter.createTemplate", - "when": "!frontMatterCanInit" - }, - { - "command": "frontMatter.preview", - "when": "frontMatterCanOpenPreview" - }, { "command": "frontMatter.dashboard.data", "when": "frontMatter:dashboard:data:enabled" @@ -2512,6 +2504,10 @@ "command": "frontMatter.i18n.create", "when": "frontMatter:i18n:default" }, + { + "command": "frontMatter.authenticate", + "when": "false" + }, { "command": "frontMatter.collapseSections", "when": "false" @@ -2576,10 +2572,22 @@ "command": "frontMatter.markup.options", "when": "false" }, + { + "command": "frontMatter.markup.hyperlink", + "when": "false" + }, { "command": "frontMatter.config.reload", "when": "false" }, + { + "command": "frontMatter.initTemplate", + "when": "false" + }, + { + "command": "frontMatter.createTemplate", + "when": "false" + }, { "command": "frontMatter.insertSnippet", "when": "frontMatter:file:isValid == true && frontMatter:dashboard:snippets:enabled" @@ -2604,10 +2612,6 @@ "command": "frontMatter.insertTags", "when": "frontMatter:file:isValid == true" }, - { - "command": "frontMatter.createTemplate", - "when": "frontMatter:file:isValid == true" - }, { "command": "frontMatter.preview", "when": "frontMatter:file:isValid == true"