find-unlinked-files icon indicating copy to clipboard operation
find-unlinked-files copied to clipboard

Support to use glob pattern to match files

Open edvardchen opened this issue 3 years ago • 2 comments

Instead of offering three dimensions (ext, directory, filename) to match files, I think we can just match files with glob patterns. That will ease user setting and plugin maintenance.

if @Vinzent03 you agrees to do that, I can help and work out a PR

edvardchen avatar Mar 05 '22 13:03 edvardchen

That is a great idea. I don't have the time to add this, but I'm happy about a PR. Just make sure that packages you add don't base on node js. That's incompatible with Obsidian mobile. But I think we should support the old separation too, because I think it's easier for "non devs" and for backwards compatibility.

Vinzent03 avatar Mar 05 '22 14:03 Vinzent03

I would like this as well, as i want to include all files that match *.attachment.* and then add that to other extensions like Excallidraw for embedded drawings

sandorex avatar Apr 27 '22 19:04 sandorex