obsidian-meta-bind-plugin icon indicating copy to clipboard operation
obsidian-meta-bind-plugin copied to clipboard

Exclude folder to exclude suggestions from folder

Open lemondrizzlecake opened this issue 8 months ago • 2 comments

Please fill out these Check-boxes

  • [x] I checked for existing similar feature requests
  • [x] I have read the docs and checked that the feature I am requesting is not already implemented
  • [x] 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

lemondrizzlecake avatar Feb 22 '25 11:02 lemondrizzlecake