-
-
Notifications
You must be signed in to change notification settings - Fork 66
Description
Please fill out these Check-boxes
- I checked for existing similar feature requests
- I have read the docs and checked that the feature I am requesting is not already implemented
- My feature request consists of only one feature
Is your Feature Request related to a Problem or Annoyance?
I use a lot of meta bind input that query a set of notes in a folder as options. Sometimes I want to use emojis or a different variation of the file title as the displayed option. Currently the only work around I've found to do this is to manually create options that are links with the alias rather than an option query. This unfortunately makes the suggester look extremely messy as it displays [[the original file title | the alias]]
instead of just "file: alias" . It also means I have to manually update those options if I ever change a file title or add or remove notes from the file rather than have the option query dynamically keep up with the folder.
Describe the Feature you'd like
I'd really like the ability to set an option query to use an alias. something like useAlias(true), where it then uses the first alias in the list of aliases for all files in the folder or tag etc. it's querying and displays that in both the suggester and the list item.
Alternatives
No response
Additional Context
No response