File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ JavaScript templates must return an object with:
196
196
- ` content ` (required): The note content as a string
197
197
- ` filepath ` (required): Custom file path for the note
198
198
- NOTE: the path must be within the workspace.
199
- - A relative path will be resolved based on the ` onReslativePath ` command configuration.
199
+ - A relative path will be resolved based on the ` onRelativePath ` command configuration.
200
200
- An absolute path will be taken as is, if it falls within the workspace. Otherwise it will be considered to be from the workspace root
201
201
202
202
``` javascript
@@ -226,7 +226,7 @@ STILL - PLEASE BE AWARE YOU ARE EXECUTING CODE ON YOUR MACHINE. THIS SANDBOX IS
226
226
227
227
## Markdown templates
228
228
229
- Markdown templates are a simple way to notes
229
+ Markdown templates are a simple way to create notes
230
230
231
231
** Use Markdown templates when you want to:**
232
232
You can’t perform that action at this time.
0 commit comments