Obsidian-Notes
Obsidian-Notes copied to clipboard
Wish to exclude the ".trash" folder
Could you please share a screenshot of this .trash folder? I don't see this on my end.
Could you please share a screenshot of this
.trashfolder? I don't see this on my end.

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.
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.
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.
Simple fix: Go into obsidian.py and change line 63:
if ".obsidian\\plugins" in str(note) or ".trash" in str(note):
continue