obsidian-meta-bind-plugin icon indicating copy to clipboard operation
obsidian-meta-bind-plugin copied to clipboard

Auto suggester based, value population for suggester style fields

Open Mistmage opened this issue 6 months ago • 1 comments

Please fill out these Check-boxes

  • [x] I checked for existing similar feature requests
  • [x] I have read the docs and checked that the feature I am requesting is not already implemented
  • [x] My feature request consists of only one feature

Is your Feature Request related to a Problem or Annoyance?

I use strange properties, it means that rather then 5 or 10 or any set number of values for a property, I have a lot of them and often add new ones. It is fine inside of the editor, as auto suggest works fine. But with INPUT it is hard to do anything productive, as the only way is to add them by hand.

Describe the Feature you'd like

I would like an ability to populate a suggester, using a property name. It would work similar to the Option Query, but instead of providing notes, it would use the same stuff editor uses, to provide all existing values for the specified property.

Like propertyOptionQuery(Theme)

where theme is a name of some property.

Alternatives

No response

Additional Context

It makes sense to look into ways to get tags in similar way, but it is a separate feature.

Mistmage avatar Jul 18 '25 22:07 Mistmage

There is no API for properties yet. I will only consider FRs that rely on an API for properties, when said API is available in Obsidian.

mProjectsCode avatar Jul 18 '25 23:07 mProjectsCode