SilentVoid13/Templater

Template Hotkey cannot be deleted

ifulou opened this issue · 4 comments

Plugin information

  • OS: Windows 10
  • Templater version: 2.9.0
  • Obsidian version: 1.6.7
  • Templater settings: see the picture below

Bug Description

Template Hotkey cannot be deleted.

The delete buttons doesn't work.

See the picture below.

Templater settings

I cannot reproduce. Are there any errors in the dev tools console when you try to delete a template hotkey?

To access the developer console to look for console errors, you can use the following keyboard combinations:

Windows: CTRL + SHIFT + i
MacOS: CMD + OPTION + i
Linux: CTRL + SHIFT + i

Hi, I have the same problem on Mac. This shows up in the console when clicking on the delete button:

plugin:templater-obsidian:10 Uncaught TypeError: this.plugin.removeCommand is not a function
    at ln.remove_template_hotkey (plugin:templater-obsidian:10:84604)
    at eval (plugin:templater-obsidian:7:31680)
    at HTMLDivElement.<anonymous> (app.js:1:1485546)
remove_template_hotkey	@	plugin:templater-obsidian:10
eval	@	plugin:templater-obsidian:7
(anonymous)	@	app.js:1

  • OS: macOS 15.0.1 (24A348)
  • Templater version: 2.9.1
  • Obsidian version: 1.6.7

Try updating to the latest version of Obsidian (1.7.6).