Skip to content

Implement Ignored Paths#17

Open
travish wants to merge 3 commits into
qawatake:mainfrom
travish:main
Open

Implement Ignored Paths#17
travish wants to merge 3 commits into
qawatake:mainfrom
travish:main

Conversation

@travish
Copy link
Copy Markdown

@travish travish commented Dec 20, 2025

What does this implement/fix? Explain your changes.

This pull request implements the ability to set ignore directories during auto detection.

A multiline input is provide for users to add directory paths to ignore during auto detection. One path per line, wildcards supported.

Does this close any currently open issues?

Any other comments?

Versions were not bumped.

Where has this been tested?

Obsidian Desktop: 1.10.6
Obsidian Installer: 1.9.14

@andreaskienle
Copy link
Copy Markdown

Thanks! I was looking for this too.

One note: isPathIgnored should probably be applied to the other events as well (for example, the 'binary-file-manager-manual-detection' command). At least that's what did the trick for my use case.

@sebash4221
Copy link
Copy Markdown

Exactly what I was looking for, thank you. I also added the check to the 2 manual command and it works great 👍

Copilot AI review requested due to automatic review settings May 29, 2026 01:43
@travish
Copy link
Copy Markdown
Author

travish commented May 29, 2026

@andreaskienle @sebash4221 , fixed in b4b55f5.

Would love to see your implementation @sebash4221

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants