mProjectsCode / mProjectsCode/obsidian-meta-bind-plugin
List Suggester shows file as alias
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how option queries populate the suggester and list item, focusing on file titles and aliases. Compare the existing manual link-alias display with queried folder or tag results. Done means an option query can select an alias and displays the intended alias rather than the original link syntax in both locations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100