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
When creating a folder note using the context menu or the Folder notes: Create markdown folder note for current folder of active note command, the template specified by the Template path property is inserted twice.
Expected Behaviour
The template is inserted once.
Actual Behaviour
The template is inserted twice, for example resulting in Template TextTemplate Text for a template file only containing the String Template Text.
In the Templater plugin settings, set the template directory to the vault root /
Create a markdown file called template with content Template Text
In the Folder Notes plugin settings, set the Template path to the template file
Create a new folder
Now either
8. Right-click it and select Folder Note Commands > Create markdown folder note
or
8. Create a new file in the newly created folder and open it
9. From the command palette, run the command Folder notes: Create markdown folder note for current folder of active note
Observe, that the new folder note is created with the text Template TextTemplate Text inserted.
Known Workaround
Creating a folder note using the specified click action (such as ctrl+click, alt+click) does not insert the template twice.
The text was updated successfully, but these errors were encountered:
Summary
When creating a folder note using the context menu or the
Folder notes: Create markdown folder note for current folder of active note
command, the template specified by theTemplate path
property is inserted twice.Expected Behaviour
The template is inserted once.
Actual Behaviour
The template is inserted twice, for example resulting in
Template TextTemplate Text
for a template file only containing the StringTemplate Text
.Reproduction Information
/
template
with contentTemplate Text
template
fileNow either
8. Right-click it and select
Folder Note Commands > Create markdown folder note
or
8. Create a new file in the newly created folder and open it
9. From the command palette, run the command
Folder notes: Create markdown folder note for current folder of active note
Observe, that the new folder note is created with the text
Template TextTemplate Text
inserted.Known Workaround
Creating a folder note using the specified click action (such as ctrl+click, alt+click) does not insert the template twice.
The text was updated successfully, but these errors were encountered: