diff --git a/src/handlers/CommandHandler.ts b/src/handlers/CommandHandler.ts index c9ca375a..db4ff7b4 100644 --- a/src/handlers/CommandHandler.ts +++ b/src/handlers/CommandHandler.ts @@ -85,7 +85,7 @@ export class CommandHandler { if (new_template) { this.plugin.addCommand({ - id: `insert-${new_template}`, + id: new_template, name: `Insert ${new_template}`, icon: "templater-icon", callback: () => {