So I have a meta-bind button in a note which creates a new note using a template.
style: primary
label: Add a New Photograph
actions:
- type: templaterCreateNote
templateFile: "_Templates/Photograph.tpl.md"
folderPath: "Root/Photography/Gallery/Photographs"
fileName: foo
this is all fine but what I’d like to do is to derive the title of the new note from the title of the note which the button is in. Is this possible?
thanks