From cfd6eb6fb3d000a77fd3d20ffd2ba9857f250095 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Wed, 22 Sep 2021 10:09:41 +0200 Subject: [PATCH] Updated settings --- .vscode/settings.json | 16 ------------- frontmatter.json | 56 ------------------------------------------- package.json | 2 +- 3 files changed, 1 insertion(+), 73 deletions(-) delete mode 100644 frontmatter.json diff --git a/.vscode/settings.json b/.vscode/settings.json index 58e5ca2c..589cb8cb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,26 +8,10 @@ }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts "typescript.tsc.autoDetect": "off", - "frontMatter.content.folders": [ - { - "title": "documentation", - "fsPath": "/Users/eliostruyf/nodejs/vscode/vscode-front-matter/docs/content/docs", - "paths": [ - "/Users/eliostruyf/nodejs/vscode/vscode-front-matter/docs/content/docs", - "\\Users\\eliostruyf\\nodejs\\vscode\\vscode-front-matter\\docs\\content\\docs" - ] - } - ], "eliostruyf.writingstyleguide.terms.isDisabled": true, "eliostruyf.writingstyleguide.biasFree.isDisabled": true, "exportall.config.folderListener": [ "/src/pagesView/state/atom", "/src/pagesView/state/selectors" - ], - "frontMatter.content.pageFolders": [ - { - "title": "documentation", - "path": "[[workspace]]/docs/content/docs" - } ] } \ No newline at end of file diff --git a/frontmatter.json b/frontmatter.json deleted file mode 100644 index fe583b5d..00000000 --- a/frontmatter.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "$schema": "https://beta.frontmatter.codes/frontmatter.schema.json", - "frontMatter.content.pageFolders": [ - { - "title": "documentation", - "path": "[[workspace]]/docs/content/docs" - } - ], - "frontMatter.taxonomy.contentTypes": [ - { - "name": "default", - "fields": [ - { - "title": "Title", - "name": "title", - "type": "string" - }, - { - "title": "Description", - "name": "description", - "type": "string" - }, - { - "title": "Publishing date", - "name": "date", - "type": "datetime" - }, - { - "title": "Last modified date", - "name": "lastmod", - "type": "datetime" - }, - { - "title": "Article preview", - "name": "preview", - "type": "image" - }, - { - "title": "Is in draft", - "name": "draft", - "type": "boolean" - }, - { - "title": "Tags", - "name": "tags", - "type": "tags" - }, - { - "title": "Categories", - "name": "categories", - "type": "categories" - } - ] - } - ] -} \ No newline at end of file diff --git a/package.json b/package.json index 2bf612a1..5584438d 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "frontMatter.dashboard.mediaSnippet": { "type": "array", "default": [], - "markdownDescription": "Specify the prefix you want to add for your new article filenames. [Check in the docs](https://frontmatter.codes/docs/settings#frontMatter.dashboard.mediaSnippet)", + "markdownDescription": "Specify the a snippet for your custom media insert markup. [Check in the docs](https://frontmatter.codes/docs/settings#frontMatter.dashboard.mediaSnippet)", "items": { "type": "string", "description": "The parts of your snippet. Use `{mediaUrl}` as placeholder where the path of the image needs to be inserted."