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
@@ -34,7 +34,7 @@ Template objects in the "Templates" folder can be files, folders, or shortcuts.
34
34
35
35
After the enablement toggle, the New+ Templates location setting is likely the most interesting one. By default, the template location is in your local app data folder, specifically at `%localappdata%\Microsoft\PowerToys\NewPlus\Templates`. However, these templates will not roam with you across devices. If you want a common set of templates across devices, a popular option is to change the template location to a folder that is synced with a cloud drive, such as OneDrive. This way, you can access your templates from any device.
36
36
37
-
### Display options
37
+
### <aname="display_options"></a>Display options
38
38
39
39
#### Hide template filename extensions
40
40
@@ -44,24 +44,26 @@ The option enables you to toggle the display of filename extensions. When this o
44
44
45
45
The option enables you to toggle the display of starting digits, spaces and dots. When this option is toggled off (the default), a file named "1. filename" will be displayed as is. However, when this option is toggled on, the template will be displayed as "filename". This is useful when using digits, spaces, and dots at the beginning of filenames to control the display order of templates.
46
46
47
-
### Filenaming options
47
+
### <aname="behavior"></a>Behavior
48
48
49
-
#### Expand variables in filenames
49
+
#### <aname="replace_variables"></a>Replace variables in template filename
50
50
51
-
With this option on (the default) certain variables in filenameswill expand when the template file is copied. Any non-valid-filename charactors are replaced with spaces.
51
+
With this option on (the default) supported variables in filenames, including in files within subfolders, will get replaced when the template is copied.
52
52
53
-
##### Examples
53
+
Note: Any non-valid-filename characters are replaced with spaces.
0 commit comments