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/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
@@ -7,7 +7,7 @@ The template choice type is not meant to be a replacement for [Templater](https:
7
7
## Mandatory
8
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
-
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.
10
+
QuickAdd supports markdown (`.md`), canvas (`.canvas`), and base (`.base`) templates. The created file uses the same extension as the template.
11
11
12
12
## Optional
13
13
**File Name Format**. You can specify a format for the file name, which is based on the format syntax - which you can see further down this page.
0 commit comments