Replies: 2 comments
-
You might try looking at the Meta Bind API, it looks like it can be used with JavaScript for more advanced behaviors. Maybe you could use the meta-bind-js-view to dynamically create/alter the button? |
Beta Was this translation helpful? Give feedback.
-
I had the same question, and took a more round-about way using Meta Bind, Templater, and JS-Engine. Most of this is based on the Meta Bind API docs suggested by @sslatz11
And for completeness, the Templater template, which creates a new file based on the original template's frontmatter, but without the frontmatter. I'll have to solve this because I want to keep SOME frontmatter in the new document, like tags, for use with Dataview.
|
Beta Was this translation helpful? Give feedback.
-
Hi, this is my input:
I want to use the value from the yaml property THE_NAME as parameter for the button action, like so...
How does it work? Any help is welcome :-)
best regards
Beta Was this translation helpful? Give feedback.
All reactions