File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -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-26T18:39:22.844Z
6
+ lastmod : 2024-02-27T08:47:18.318Z
7
7
weight : 1100
8
8
---
9
9
@@ -33,7 +33,7 @@ Some of the commands do also have a default keyboard binding for quick access.
33
33
- Mac: <kbd >shift</kbd > + <kbd >cmd</kbd > + <kbd >P</kbd >
34
34
- Use one of the following commands
35
35
36
- ## Available commands
36
+ ## Useful commands
37
37
38
38
### Initialize project
39
39
@@ -85,13 +85,9 @@ Allows you to quickly insert a snippet in the Markdown file.
85
85
86
86
ID: ` frontMatter.insertSnippet `
87
87
88
- ### Create new content from defined content type or template
88
+ ### Create new content
89
89
90
- With this command, you can easily create content in your project from the defined content types or
91
- templates.
92
-
93
- > ** Info** : The command will use the ` frontMatter.templates.prefix ` setting in order to add a prefix
94
- > (default: ` yyyy-MM-dd ` ) on the filename.
90
+ With this command, you can easily create content in your project from the defined content types.
95
91
96
92
ID: ` frontMatter.createContent `
97
93
You can’t perform that action at this time.
0 commit comments