mProjectsCode / mProjectsCode/obsidian-meta-bind-plugin
bind_target to frontmatter tags
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?
The key to tags in frontmatter is consistancy, and sometimes i dont remember my own tags. I use INPUTs to restrict my selection criteria to a specific context for specific notes. Ths problem is, i cant assign the bind_target to the tags: fronmatter.
Describe the Feature you'd like
Id like when bind_target is called, it checks if there is a # prepending the text.
Normally:
INPUT[suggester(option(Open), option(Resolved), defaultValue(Open)):Outcome]
Can be:
INPUT[suggester(option(Open), option(Resolved), defaultValue(Open)):#Outcome]
If True:
the bind target should assume to be tags frontmatter and the string following it should be the tag path.
INPUT[suggester(option(Open), option(Resolved), option(Escalated)):#Outcome]
creates
tags: - Outcome/Open
OR
INPUT[suggester(option(Open), option(Resolved), defaultValue(Open)):#Issue/Outcome]
tags: - Issue/Outcome/Resolved
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 locating the bind_target implementation and the code that updates frontmatter tags. Review how tag paths and existing frontmatter values are handled, then compare the requested examples for #Outcome and #Issue/Outcome. Done means hash-prefixed targets update the tags frontmatter as described, while existing targets continue to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100