mProjectsCode / mProjectsCode/obsidian-meta-bind-plugin
Exclude folder to exclude suggestions from folder
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 have a set up that uses templates with tags pre-loaded in their frontmatter so I don't have to manually assign these.
E.g. "New book" with the '#book' tag
I have added the templates folder to the Excluded folders in meta-bind, as well as in Obsidian Core's excluded folders. However, meta bind suggester does not exclude choosing the files with these tags, when using optionQuery(#tag). So the suggester shows "New book" as a suggestion, alongside all the books I have added using this template.
Describe the Feature you'd like
Use the 'Excluded Folders' setting in Obsidian Core 'Files and Links' area. Files sitting this folder and subfolders should be ignored from the inline suggester.
Alternatives
Use the 'Excluded Folders' setting in Meta Bind plugin settings to add folders to exclude from suggestions.
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 inline suggester entry point and the handling for optionQuery(#tag), then inspect how Meta Bind and Obsidian Core excluded-folder settings are represented. The change is complete when files in excluded folders and their subfolders no longer appear as suggestions, while other tagged files still do.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100