mProjectsCode / mProjectsCode/obsidian-meta-bind-plugin
InlineListSuggester disallow Duplicates / enforce Unique
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
Is your Feature Request Related to a Problem?
No response
Describe the Feature you'd Like
When using Inline Link Suggesters I would like to be able to enforce 'uniqueness', disallowing a value from being added more than once.
My use case is applying 'tags' to a file, which should only be given once.
Happy to create a pull request myself if this is a feature others want
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 with the Inline Link Suggesters entry point described in the linked documentation and trace how InlineListSuggester accepts values. Define completion as preventing a value from being added more than once, including the tag use case, and verify the existing suggester behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100