--- ChildrenType: ["Note", "Task", "Recipe"] --- [Forum](https://forum.obsidian.md)     ```button name Create Note type append template action NewFile2 color blue templater true ``` const {templaterFunc} = tp.obsidian.plugins.plugins.CustomJS templaterFunc.createNewFile(tp) %> const {templaterFunc} = customJS templaterFunc.createNewFile(tp) %> const {templaterFunc} = app.plugins.plugins.CustomJS templaterFunc.createNewFile(tp) %> const {templaterFunc} = customJS templaterFunc.createNewFile(tp) %>