Hi, i have a template “new-note-template.md” and asign a hotkey, it works fine from cmd palette. Templater: Create Templates/new-note-template.md Is it possible to execute this from a script?
// ??? ('Templater: Create Templates/new-note-template.md')
selfservice, answer : Yes
const cid = "templater-obsidian:create-Templates/new-note-template.md"; app.commands.executeCommandById(cid);
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.