You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/Choices/CaptureChoice.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ This also supports the [format syntax](/FormatSyntax.md). You can even write a f
28
28
For example, you might have a folder called `CRM/people`. In this folder, you have a note for the people in your life. You can type `CRM/people` in the _Capture To_ field, and QuickAdd will ask you which file to capture to. You can then type `John Doe` in the suggester, and QuickAdd will create a file called `John Doe.md` in the `CRM/people` folder.
29
29
30
30
You could also write nothing - or `/` - in the _Capture To_ field. This will open the suggester with all of your files in it, and you can select or type the name of the file you want to capture to.
31
+
Paths are vault-relative. A leading `/` is ignored (except a lone `/`, which opens the file picker for the whole vault).
31
32
32
33
Capturing to a folder will show all files in that folder. This means that files in nested folders will also appear.
Copy file name to clipboardExpand all lines: docs/docs/Choices/TemplateChoice.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: Template
5
5
The template choice type is not meant to be a replacement for [Templater](https://github.com/SilentVoid13/Templater/) plugin or core `Templates`. It's meant to augment them, to add more possibilities. You can use both QuickAdd format syntax in a Templater template - and both will work.
6
6
7
7
## Mandatory
8
-
**Template Path**. This is a path to the template you wish to insert.
8
+
**Template Path**. This is a path to the template you wish to insert. Paths are vault-relative; a leading `/` is ignored.
9
9
10
10
QuickAdd supports both markdown (`.md`) and canvas (`.canvas`) templates. When using a canvas template, the created file will also be a canvas file with the same extension.
0 commit comments