shabegom / buttons

Buttons in Obsidian
The Unlicense
455 stars 47 forks source link

template action not working? #30

Closed pdxrlk closed 3 years ago

pdxrlk commented 3 years ago

Hi - thanks for the plugin! Love it.

I am trying to use the world's simplest "append template" action but am getting the message "Couldn't find the specified template". Yes, I have the templates plugin installed and directory configured (I'm using templates in other ways, successfully).

Am I missing something? This is using 0.3.8

name ClickMe  
type append template  
action templatetest  

in this example, templatetest file (actually templatetest.md) exists and is in the template folder.

shabegom commented 3 years ago

That looks correct to me. Some questions:

I'll dig in and try to reproduce. Thanks for reporting!

pdxrlk commented 3 years ago

I restarted Obsidian to check on your questions, re-entered the template name, and now it works fine. Somewhere today I had updated plugins, so I can only guess it was either an incompatibility or just user error. Sorry and thanks again.