mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-07 17:32:58 +02:00
Updated docs
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
title: Settings
|
||||
slug: settings
|
||||
description:
|
||||
description: null
|
||||
date: '2021-08-30T16:13:00.546Z'
|
||||
lastmod: '2021-08-30T16:13:01.763Z'
|
||||
lastmod: '2021-09-08T07:08:17.747Z'
|
||||
weight: 7
|
||||
---
|
||||
|
||||
@@ -240,4 +240,4 @@ Specify the prefix you want to add for your new article filenames.
|
||||
|
||||
### frontMatter.content.folders
|
||||
|
||||
This setting has been deprecated since version `3.1.0` in favor of the newly introduced `frontMatter.content.pageFolders` setting.
|
||||
This setting has been deprecated since version `3.1.0` in favor of the newly introduced `frontMatter.content.pageFolders` setting.
|
||||
|
||||
@@ -35,6 +35,11 @@
|
||||
"Taxonomy"
|
||||
],
|
||||
"license": "MIT",
|
||||
"author": "Elio Struyf <elio@struyfconsulting.be> (https://www.eliostruyf.com)",
|
||||
"homepage": "https://frontmatter.codes",
|
||||
"bugs": {
|
||||
"url" : "https://github.com/estruyf/vscode-front-matter/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/estruyf/vscode-front-matter"
|
||||
|
||||
@@ -9,6 +9,7 @@ packageJson.name = `${packageJson.name}-beta`;
|
||||
packageJson.displayName = `${packageJson.displayName} BETA`;
|
||||
packageJson.description = `BETA Version of Front Matter. ${packageJson.description}`;
|
||||
packageJson.icon = "assets/frontmatter-beta.png";
|
||||
packageJson.homepage = "https://beta.frontmatter.codes";
|
||||
|
||||
console.log(packageJson.version);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user