Canna71 / obsidian-janitor

Performs various maintenance tasks on the Obsidian vault
Other
96 stars 5 forks source link

Feature Request: Add folder function that does not need to be ignored under "File Exclusions" #25

Open ZeaseTech opened 4 months ago

ZeaseTech commented 4 months ago

This is a very useful plugin, and if the following features are added, it will be even better. For example, there are 1000 sub folders under folder A, which are Bi (i=1,2,3,... 1000). B1 to B999 need to be ignored, but B1000 does not need to be ignored. In this case, setting the folders that need to be ignored one by one is too slow. Adding a folder option that cannot be ignored to the ignored folder can solve this problem. Why do I have this need? Because I have some plugins that create their own folders to store the necessary data during runtime, a large amount of data must be ignored, but a small amount of data does not need to be ignored. But they are all in the same folder, which makes it difficult for me to set them up. Moreover, there are separate files in the folder, and I need to set them up one by one, which is really difficult.