Hi, I really like the feature when an internal link is clicked but no file exist, it will create a new empty file. Is there any possibility that it automatically create the file based on a template in the same folder (Feature “Folder Template”), similar to the Daily Note’s template.
Templates have to be stored in one folder but can be assigned to be triggered when a file is created in a different folder.
You can have templates for references, dictionary items, book notes, film notes, etc.
If you store your book notes in a folder called books, Templater will use the book template whenever a new note is created in the book folder; and if you store your film notes in a folder called movies, Templater will use the film template whenever a new note is created in the movies folder, etc.
Meanwhile, I think it would be more intuitive for Obsidian to support it out of box by recognizing a in-folder default template such as tmpl.md or .tmpl.md with configurable name change just like the core template plugin.
Even better would be that apply all templates starting from root walking through all subfolders. Like in Object Oriented Programming where folders are like “classes”.