Oliver-Akins / file-hider

A plugin for https://obsidian.md that allows hiding specific files and folders from the file explorer.
MIT License
60 stars 12 forks source link

Deeply nested files are not hidden when their parent folder is #3

Closed Oliver-Akins closed 2 years ago

Oliver-Akins commented 2 years ago

Before Hiding: image

After Hiding: image


Expected Behaviour: super nested file should be hidden from the file explorer, not just the folder name.

Actual Behaviour: The deeply nested file is not hidden at all.

Oliver-Akins commented 2 years ago

Fixed with the transition to the inline-style implementation instead of global-CSS method.