@@ -3,7 +3,7 @@ title: Commands
3
3
slug : commands
4
4
description : null
5
5
date : 2021-08-30T16:13:00.546Z
6
- lastmod : 2024-02-26T17:54:13.589Z
6
+ lastmod : 2024-02-26T18:39:22.844Z
7
7
weight : 1100
8
8
---
9
9
@@ -49,74 +49,41 @@ the welcome screen will be shown.
49
49
50
50
ID: ` frontMatter.dashboard `
51
51
52
- ### Diagnostic logging
53
-
54
- Opens a virtual Markdown document with detailed information about your Front Matter configuration.
55
-
56
- ID: ` frontMatter.diagnostics `
57
-
58
- ### Insert media into your content
59
-
60
- Allows you to quickly insert an media reference in the Markdown file.
61
-
62
- ID: ` frontMatter.insertMedia `
63
-
64
- ### Insert snippet into your content
65
-
66
- Allows you to quickly insert a snippet in the Markdown file.
67
-
68
- ID: ` frontMatter.insertSnippet `
69
-
70
- ### Create category
71
-
72
- Creates a new category and allows you to include it into your post automatically.
73
-
74
- ID: ` frontMatter.createCategory `
52
+ ### Open media dashboard
75
53
76
- ### Create tag
54
+ Opens the media dashboard with all your media files.
77
55
78
- Creates a new tag and allows you to include it into your post automatically.
56
+ ID: ` frontMatter.dashboard.media `
79
57
80
- ID: ` frontMatter.createTag `
58
+ ### Open snippet dashboard
81
59
82
- ### Insert categories
60
+ Opens the snippet dashboard with all your snippets.
83
61
84
- Inserts a selected categories into the front matter of your article/post/... - When using this
85
- command, the Front Matter panel opens and focuses on the specified type.
62
+ ID: ` frontMatter.dashboard.snippets `
86
63
87
- ID: ` frontMatter.insertCategories `
64
+ ### Open data dashboard
88
65
89
- ### Insert tags
66
+ Opens the data dashboard with all your data files.
90
67
91
- Inserts a selected tags into the front matter of your article/post/... - When using this command,
92
- the Front Matter panel opens and focuses on the specified type.
68
+ ID: ` frontMatter.dashboard.data `
93
69
94
- ID: ` frontMatter.insertTags `
70
+ ### Open taxonomy dashboard
95
71
96
- ### Export all tags & categories to your settings
72
+ Opens the taxonomy dashboard with all your categories and tags.
97
73
98
- Export all the already used tags & categories in your articles/posts/... to your user settings.
74
+ ID: ` frontMatter.dashboard.taxonomy `
99
75
100
- ID: ` frontMatter.exportTaxonomy `
101
-
102
- ### Remap or remove tag/category in all articles
103
-
104
- This command helps you quickly update/remap or delete a tag or category in your markdown files. The
105
- extension will ask you to select the taxonomy type (tag or category), the old taxonomy value, and
106
- the new one (leave the input field blank to remove the tag/category).
76
+ ### Insert media into your content
107
77
108
- > ** Info** : Once the remapping/deleting process completes, your VS Code settings update with all new
109
- > taxonomy tags/categories.
78
+ Allows you to quickly insert an media reference in the Markdown file.
110
79
111
- ID: ` frontMatter.remap `
80
+ ID: ` frontMatter.insertMedia `
112
81
113
- ### Create a template from current file
82
+ ### Insert snippet into your content
114
83
115
- This command allows you to create a new template from the current open Markdown file. It will ask
116
- you for the name of the template and if you want to keep the current file its content in the
117
- template.
84
+ Allows you to quickly insert a snippet in the Markdown file.
118
85
119
- ID: ` frontMatter.createTemplate `
86
+ ID: ` frontMatter.insertSnippet `
120
87
121
88
### Create new content from defined content type or template
122
89
@@ -128,6 +95,16 @@ templates.
128
95
129
96
ID: ` frontMatter.createContent `
130
97
98
+ ### Create new translation
99
+
100
+ This command allows you to create a new translation for the current content if the
101
+ multilingual feature is enabled.
102
+
103
+ > ** Info** : More information about the multilingual feature can be found in the
104
+ > [ multilingual documentation] ( /docs/content-creation/multilingual ) .
105
+
106
+ ID: ` frontMatter.i18n.create `
107
+
131
108
### Generate slug based on content title
132
109
133
110
This command generates a clean slug for your content. It removes known stop words, punctuations, and
@@ -149,24 +126,22 @@ Open the site preview of your content in VS Code.
149
126
150
127
ID: ` frontMatter.preview `
151
128
152
- ### Promote settings from local to team level
153
-
154
- This command allows you to promote all local settings from within your ` .vscode/settings.json ` file
155
- to be promoted to the projects team configuration ` frontmatter.json ` file.
156
-
157
- ID: ` frontMatter.promoteSettings `
158
-
159
129
### Refresh the settings
160
130
161
131
This command allows you to refresh the settings from the ` frontmatter.json ` file. This is useful
162
132
when you have updated the settings manually and want to reload them.
163
133
164
134
ID: ` frontMatter.settings.refresh `
165
135
166
- ## Removed commands
136
+ ### Clear cache
167
137
168
- ### Set current date
138
+ Clears the CMS cache, this removes all processed pages and data from the cache so that
139
+ the whole cache can be rebuilt.
169
140
170
- This command has been removed, as it became obsolete since the introduction of Content Types.
141
+ ID: ` frontMatter.cache.clear `
142
+
143
+ ### Diagnostic logging
144
+
145
+ Opens a virtual Markdown document with detailed information about your Front Matter configuration.
171
146
172
- ID: ` frontMatter.setDate `
147
+ ID: ` frontMatter.diagnostics `
0 commit comments