christianwannerstedt / obsidian-tags-overview

Obsidian plugin which adds an extended tags panel where tagged files can be overviewed, filtered and accessed in an easy way.
MIT License
46 stars 0 forks source link

support greater than etc ( >, =>) in yaml property filter ? #23

Closed zeltak closed 8 months ago

zeltak commented 9 months ago

this is a low priority request since you could use the OR operator but would be nice to also have the >, => etc option to quick filter based on numerical properties?

thx!

Z

christianwannerstedt commented 9 months ago

That is a good idea, I actually thought about adding a third filter type, so in addition to "Select" and "Text" there can be a "Numeric". Then it would be possible to replace the AND & OR for that filter type with the greater/lesser than comparison operators.

christianwannerstedt commented 8 months ago

Hey! The idea I mentioned above (with the numeric filter type) actually became a reality, and is now available in the latest release (1.0.2)

zeltak commented 8 months ago

amazing thx so much!!!