File tree Expand file tree Collapse file tree 3 files changed +6
-30
lines changed Expand file tree Collapse file tree 3 files changed +6
-30
lines changed Original file line number Diff line number Diff line change @@ -26,22 +26,13 @@ action:
2626```
2727
2828Custom templater commands
29+
2930``` meta-bind-button
3031style: default
31- icon: app-window-mac
32- label: "Close tabs"
33- actions:
34- - type: templaterCreateNote
35- templateFile: "templates/templater/Close unpinned tabs.md"
36- templater: true
37- ```
38- ``` meta-bind-button
39- style: default
40- icon: app-window-mac
41- label: "Close tabs 2"
32+ label: "Run a templater file"
4233actions:
4334 - type: runTemplaterFile
44- templateFile: "templates/templater/Close unpinned tabs .md"
35+ templateFile: "templates/templater/Say Hello Command .md"
4536```
4637
4738And custom JS buttons as well
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <%*
2+ new Notice("Hello!");
3+ -%>
You can’t perform that action at this time.
0 commit comments