In today’s video, we’re diving deep into Meta Bind, a powerful community plugin. You’ll learn how to create Interactive Input Fields and we’ll explore practical examples.
We’ll start with the basics and show you how to seamlessly integrate these fields into your own vault. Whether you’re new to Meta Bind or already have some experience, there’s something for everyone
I was just looking for if there were any videos on the specific topic of the combination of these two. I can make whatever variant I like, but I would like to have a video to recommend on the topic, for those not as proficient as me in coding to showcase the immense possibilities of this combination.
Some common use cases I’ve seen asked about (applied to one file at a time from a dataview query):
Toggle tags in frontmatter
Change status of some property, either from a pre-set list, or custom
I have noticed your helpful responses on the forums, your code knowledge is exceptional.
I don’t think I have a video combining the two yet…but I think it would be useful to make a video in the future covering those topics which might save you replying with the same response in forum threads.
With the toggle tags would the DV query look up all tags or from a pre-defined list related to the note?
This could be for Reading Status or Note Status. Is this the question you get asked a lot?
With the counter, would this be for a habit or adding notes to a folder or tracking total notes?
I’m using the inline number inputs in a table like the following example
Example
TwoXTwo: 4
TwoXThree: 6
TwoXFour: 8
TwoXfive: 10
Mult
2
3
4
5
2
INPUT[number:TwoXTwo]
INPUT[number:TwoXThree]
INPUT[number:TwoXFour]
INPUT[number:TwoXfive]
Is there some way to make the input fields smaller? Otherwise the table becomes very wide even though the written numbers are just a symbol or two long.
To my understanding this should be possible with some css magic but so far I have not managed to get the size to change.
Thanks, that did the trick.
My own attempts didn’t have the ‘> input’, causing me to instead go into a rabbit hole of flex and similar and thinking it was some other rule blocking my new size related ones.