Obsidian-Notes icon indicating copy to clipboard operation
Obsidian-Notes copied to clipboard

Wish to exclude the ".trash" folder

Open zero617 opened this issue 2 years ago • 6 comments

zero617 avatar Dec 17 '22 11:12 zero617

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

Garulf avatar Dec 18 '22 23:12 Garulf

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

image image

zero617 avatar Dec 21 '22 06:12 zero617

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.

T1CkShot avatar Feb 01 '23 16:02 T1CkShot

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.

Garulf avatar Mar 26 '23 08:03 Garulf

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.

laughtingman avatar Jul 08 '23 21:07 laughtingman

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

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

Sxmourai avatar Nov 12 '23 09:11 Sxmourai