file-tree-alternative icon indicating copy to clipboard operation
file-tree-alternative copied to clipboard

[FR] exclude files multipart extensions such as "pdf.side" or "part.ext"

Open ksdavidc opened this issue 3 months ago • 1 comments

The particular use case I have is hiding sidecar files. A side car file might take a file like "this.ext" and create a related file with extension "file.ext.side.md". I would like to exclude these from the tree (as the side car is opened automatically when the original file is opened).

If I put side.md or ext.side.md into the exclude file extensions settings box, it seems to do nothing.

ksdavidc avatar Sep 04 '25 19:09 ksdavidc

Yeah same for excalidraw.png and excalidraw.svg; maybe the filter should just be a regex on the filename?

dimateos avatar Sep 18 '25 12:09 dimateos