First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.
What I’m trying to do
I am trying to create a meta-bind button that will create a note from template, then direct me to the meta data to be filled out. This is what one of my buttons current looks like:
style: primary
label: Create Default Project
id: projectButton
hidden: true
actions:
- type: templaterCreateNote
templateFile: "8. Meta/Template/Project Default Template.md"
folderPath: /
fileName: "Project Default Template"
In the above example is my project template creation button. I would like to be able to fill out metadata prior to the template being created. I have seen other user of obsidian do it, and just would like to know how the trick is preformed
Things I have tried
I have read meta-bind documentation prior to submitting this post.