Meta-bind button to create note from template, then direct me to meta data to be filled out

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.

1 Like

I fixed the broken formatting in the post (code blocks need to start on a new line) and changed the title to tell people what you’re looking for (was “Metadata”). Good luck!

1 Like

Thank you so much.

tp.system.prompt or tp.system.suggester was the solution.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.