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

Wish to exclude the ".trash" folder #16

Open
zero617 opened this issue Dec 17, 2022 · 6 comments
Open

Wish to exclude the ".trash" folder #16

zero617 opened this issue Dec 17, 2022 · 6 comments

Comments

@zero617
Copy link

zero617 commented Dec 17, 2022

No description provided.

@Garulf
Copy link
Owner

Garulf commented Dec 18, 2022

Could you please share a screenshot of this .trash folder? I don't see this on my end.

@zero617
Copy link
Author

zero617 commented Dec 21, 2022

Could you please share a screenshot of this .trash folder? I don't see this on my end.

image
image

@T1CkShot
Copy link

T1CkShot commented Feb 1, 2023

Option to exclude specific folders inside the vault would be helpful. I use the same folder as my logseq graph and when I search a note it also shows all the files in the logseq folder which holds all the logseq backups and other things.

@Garulf
Copy link
Owner

Garulf commented Mar 26, 2023

Option to exclude specific folders inside the vault would be helpful. I use the same folder as my logseq graph and when I search a note it also shows all the files in the logseq folder which holds all the logseq backups and other things.

Flow Launcher just doesn't have the dynamic settings required to pull this off right now. In the mean time I can add a basic option that disables "hidden files" such as .trash and .git.

@laughtingman
Copy link

Being able to exclude all hidden folders from search is a great idea. The .obsidian folder with plugins also contains a lot of unnecessary results.

@Sxmourai
Copy link

Simple fix:
Go into obsidian.py and change line 63:

if ".obsidian\\plugins" in str(note) or ".trash" in str(note):
  continue

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

No branches or pull requests

5 participants