Any way to Make Bind Target Point to Multiple Notes at Once? #581
Unanswered
lycheekitsune
asked this question in
Q&A
Replies: 1 comment
-
You probably need to first find all notes that you want to target, iterate them, create a bind target for each, and update them each. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently attempting to build metabind buttons that will update frontmatter values for multiple notes at a time and am hoping for some advice. Specifically, I am looking to target all notes with a specific frontmatter property when I click a metabind button.
My situation is that I care for a lot of plants and have a file for each species. Currently each file has metabind buttons that log the date when clicked, allowing me to keep track of when plants are watered / repotted etc. This process is time consuming, and so I'm trying to create a solution using Dynamic Bind Target to allow me to make a selection (such as the "Location" property) to do a heap of these at once. Ideally I'd also like to be able to "mark off" all my plant files at once.
I'm assuming this can be achieved by extending the JS shown in the dynamic bind target example, but I'm feeling pretty stuck and wondering if someone can point me in the right direction.
Beta Was this translation helpful? Give feedback.
All reactions