Run Templater File
Executes all Templater templates within a single file.
interface RunTemplaterFileButtonAction { type: 'runTemplaterFile'; templateFile: string; // the path to the template file, relative to the vault root}
Examples
Section titled “Examples”Banner Notice
Section titled “Banner Notice”This will display a banner with the title of the file you are in.
Button
Section titled “Button”```meta-bind-buttonstyle: primarylabel: Say Filenameactions: - type: runTemplaterFile templateFile: "templates/Notice.md"```
File (Notice.md)
Section titled “File (Notice.md)”<%*new Notice(tp.file.title);%>