Skip to content

feat: respect Obsidian excluded files in search#106

Merged
Yakitrak merged 2 commits intomainfrom
feat/respect-excluded-files
Mar 6, 2026
Merged

feat: respect Obsidian excluded files in search#106
Yakitrak merged 2 commits intomainfrom
feat/respect-excluded-files

Conversation

@Yakitrak
Copy link
Owner

@Yakitrak Yakitrak commented Mar 6, 2026

Reads userIgnoreFilters from .obsidian/app.json and excludes matching paths in search and search-content. Supports plain paths (Archive), globs (*.pdf), and double-star patterns (**/drafts).

Commands that operate on specific notes by name (move, print, frontmatter) still access excluded files — matching Obsidian's behaviour where exclusions affect indexing/search but not direct operations.

Closes #85

@Yakitrak Yakitrak self-assigned this Mar 6, 2026
@Yakitrak Yakitrak merged commit 33e4c59 into main Mar 6, 2026
3 checks passed
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.

Respect Excluded files

1 participant