This plugin replaces the "Insert Template" command from the Templates core plugin, to allow for moving files through defining a property.
[!WARNING] With this plugin enabled, using the "Insert Template" command will always replace the entire note with the template, instead of appending/merging like in the core plugin.
Add a frontmatter property to your template file with the folder path where you want notes to be moved:
---
folder: path/to/destination/folder
---
Create a new note and using the "Insert Template" command. The new note will be moved to the folder specified in the template's frontmatter.
folderThis plugin depends on the core Templates plugin to be enabled.