mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-12 03:43:01 +02:00
#105 - Content Type support with backwards compatibility
This commit is contained in:
@@ -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`
|
||||
Reference in New Issue
Block a user