Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add code to optionally use hidden dot files or not based on new variable #65

Conversation

jayemar
Copy link
Collaborator

@jayemar jayemar commented Aug 9, 2023

Obsidian does not track hidden files (ie "dot" files) by default so I wanted a way for obsidian.el to optionally ignore them. This code branch adds a variable obsidian-include-hidden-files that when set to t will include them in file lists and when searching for tags, but will ignore these files when set to nil.

Additional tests and test files were added to test this functionality.

@licht1stein
Copy link
Owner

Great, thank you!

@licht1stein licht1stein merged commit 2a5a9aa into licht1stein:master Aug 10, 2023
5 checks passed
@jayemar jayemar deleted the jayemar/optionally-include-hidden-files branch September 24, 2023 16:53
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.

2 participants