buttons
buttons copied to clipboard
Button Maker problem with Templater subfolder
Hi, I've noticed that if Templates are in a subfolder in Templater-designated folder, the Button Maker can see the template, but the button you ultimately make does not function to make the template/is looking in the main designated folder.
Expected:
- In templater folder, make a subfolder and create a template in that folder. Let's call folder "meeting templates" and template "meeting note template"
- Then, make a button on a new page. Use Templater option. Select "meeting note template" and create button
- Click button. It should insert meeting note template.
Current:
- In templater folder, make a subfolder and create a template in that folder. Let's call folder "meeting templates" and template "meeting note template"
- Then, make a button on a new page. Use Templater option. Select "meeting note template" and create button
- Click button. Get error "cannot find template"
Suggestions:
- I noticed that if I went into the button code and just appended the folder in, it would work. For instance, using the above example, I'd change "action meeting note template" to "action meeting templates/meeting note template" and that would work just fine. I suspect that something in the Button Maker code is able to find all the templates in the templater folder and subfolder, but when executing the command it isn't able to designate subfolders in the ultimate code for the button