You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
523 B

---
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)
%>