I create a button
meta-bind-button
label: Create a topic on the forum
icon: “”
hidden: false
class: “”
tooltip: “”
id: “”
style: default
actions:
- type: templaterCreateNote
templateFile: _Resources/templates/forum_temp.md
folderPath: /
fileName: REPLACE
openNote: true
And there is a field in my forum_temp.md template
UId: {{date:YYYYYYMMDDDHHmmssSS}}
value should be replaced by the current time, but Meta bind does not replace anything and leaves the field as it is, how to make it apply template when creating a note ?