A plugin for https://obsidian.md, which enables the ability to hide and pin specific files and folders in the file explorer by applying custom filters.
GNU Affero General Public License v3.0
60
stars
3
forks
source link
Option to disable hide folders/files by plugin #23
I want to be able to disable the functionality of hiding files or folders in plugin settings.
Why is this needed?
At the moment this functionality is being added to the context menu on the right click and I'm worried about accidentally hiding files and losing them. I suppose it's being hidden by CSS, but I want to have this.
Just disable "Enable hide filters" in the settings. The "Hide file" will still be visible in the context menu but it won't do anything as long as "Enable hide filters" is disabled.
What would you like to be added?
I want to be able to disable the functionality of hiding files or folders in plugin settings.
Why is this needed?
At the moment this functionality is being added to the context menu on the right click and I'm worried about accidentally hiding files and losing them. I suppose it's being hidden by CSS, but I want to have this.