[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'm frustrated when I want to type a tag in to a suggester, list, or select field, and I receive no auto completion hints for the tags that are available.
Describe the Feature you'd like
I would like an optionTags Input Field Argument that can be mixed in just like the existing option and optionQuery arguments.
When used, it should include existing tags in the available values.
A string argument to optionTags should limit the returned tags to those nested under the tag named in the argument.
For example, optionTags(#include/me) should cause options to appear for tags #include/me/A and #include/me/B, but not #other/tag.
Alternatives
I tried using the optionQuery argument, but it is limited to Dataview sources. While a tag can be a source of querying for pages, a list of the tags themselves cannot be retrieved this way.
Additional Context
The suggester UI is already well suited for this feature.
For the list, and inlineList types, I wonder if it would be possible to reuse Obsidian's built in feature that hints values for the tags property that appears at the top of the file in preview view mode.
For select types, I think it should be available, unlike the optionQuery argument that is not available. Perhaps an additional number argument to optionTags to limit the number of results would be worthwhile.
Please fill out these Check-boxes
Is your Feature Request related to a Problem or Annoyance?
I'm frustrated when I want to type a tag in to a suggester, list, or select field, and I receive no auto completion hints for the tags that are available.
Describe the Feature you'd like
I would like an
optionTags
Input Field Argument that can be mixed in just like the existingoption
andoptionQuery
arguments.When used, it should include existing tags in the available values.
A string argument to
optionTags
should limit the returned tags to those nested under the tag named in the argument. For example,optionTags(#include/me)
should cause options to appear for tags#include/me/A
and#include/me/B
, but not#other/tag
.Alternatives
I tried using the
optionQuery
argument, but it is limited to Dataview sources. While a tag can be a source of querying for pages, a list of the tags themselves cannot be retrieved this way.Additional Context
The suggester UI is already well suited for this feature.
For the
list
, andinlineList
types, I wonder if it would be possible to reuse Obsidian's built in feature that hints values for thetags
property that appears at the top of the file in preview view mode.For
select
types, I think it should be available, unlike theoptionQuery
argument that is not available. Perhaps an additional number argument tooptionTags
to limit the number of results would be worthwhile.