#105 - Content Type support with backwards compatibility

This commit is contained in:
Elio Struyf
2021-09-16 16:20:58 +02:00
parent e159a6239c
commit 9247884a5b
19 changed files with 314 additions and 181 deletions
+9 -7
View File
@@ -109,12 +109,6 @@ Another setting is to allow you to sync the filename with the generated slug. Th
ID: `frontMatter.generateSlug`
### Set current date
Sets/updates the current date in your Markdown file.
ID: `frontMatter.setDate`
### Set lastmod date
Sets/updates the current modified date in your Markdown file.
@@ -125,4 +119,12 @@ ID: `frontMatter.setLastModifiedDate`
Open the site preview of your article in VS Code.
ID: `frontMatter.preview`
ID: `frontMatter.preview`
## Removed commands
### Set current date
This command has been removed, as it became obsolete since the introduction of Content Types.
ID: `frontMatter.setDate`