Releases: JonasDoesThings/obsidian-hide-folders
Releases · JonasDoesThings/obsidian-hide-folders
1.1.1 // Bug Fixes
What's New
- Closes #4 (automatically update hidden folders when changing settings)
- Fixes that you would previously need to un-hide and re-hide folders when creating a new one before it get's hidden
Full Changelog: 1.1.0...1.1.1
1.1.0 // endsWith:: support
What's New
This version adds support for hiding folders ending with a specific suffix by using the endsWith::
prefix.
For example you can use this to hide all folders ending with _trash
using the following: endsWith::_trash
Closes #2
Full Changelog: 1.0.3...1.1.0
1.0.3
What's New
- Fixed an issue where an empty folders to hide configuration would lead to the whole file explorer tree to be hidden.
Full Changelog: 1.0.2...1.0.3
1.0.2
What's New
- Added an option to turn-off case-insensitive matching of folder names
- Fixed that root-level folders wouldn't get matched
Full Changelog: 1.0.1...1.0.2
1.0.1
Minor changes to UI labels and docs.
1.0.0
Initial Release, see README.