Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dariocasciato/obsidian-auto-folder-collapse
A plugin for Obsidian that automatically collapses all child folders when you collapse a parent folder. This helps keep your file explorer organized and clutter-free.
https://github.com/dariocasciato/obsidian-auto-folder-collapse
obsidian-md obsidian-plugin
Last synced: about 1 month ago
JSON representation
A plugin for Obsidian that automatically collapses all child folders when you collapse a parent folder. This helps keep your file explorer organized and clutter-free.
- Host: GitHub
- URL: https://github.com/dariocasciato/obsidian-auto-folder-collapse
- Owner: DarioCasciato
- License: mit
- Created: 2024-07-17T12:36:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T13:36:03.000Z (3 months ago)
- Last Synced: 2024-10-14T07:22:30.515Z (about 1 month ago)
- Topics: obsidian-md, obsidian-plugin
- Language: JavaScript
- Homepage:
- Size: 2.88 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto Folder Collapse
A plugin for [Obsidian](https://obsidian.md) that automatically collapses all child folders when you collapse a parent folder. This helps keep your file explorer organized and clutter-free.
## Installation
### Downloading from the Obsidian.md Community Plugin Browser
1. Open Obsidian and go to `Settings`.
2. Navigate to the `Community plugins` section.
3. Click on `Browse` and search for `Auto Folder Collapse`.
4. Click `Install` and then `Enable`.### Downloading from the GitHub Repository
1. Download the plugin files from the [GitHub repository](https://github.com/DarioCasciato).
2. Copy the Plugin Folder to your Obsidian vault's plugins folder: `/.obsidian/plugins/`.
3. Enable the plugin in Obsidian:
- Open Obsidian and go to `Settings`.
- Navigate to the `Community plugins` section.
- Refresh the Community Plugin list.
- Enable the new Plugin.## Demo
## Usage
Once the plugin is enabled, it will automatically collapse all child folders when you collapse a parent folder. You don't need to do anything else!
## Troubleshooting
If you encounter any issues with the plugin, try the following steps:
1. Ensure you are using the minimum required version of Obsidian (`0.12.0`).
2. Disable and re-enable the plugin in the Obsidian settings.
3. Restart Obsidian.If the problem persists, please report it on the [GitHub Issues page](https://github.com/DarioCasciato/obsidian-auto-folder-collapse/issues).
## Author
Developed by [Dario Casciato](https://github.com/DarioCasciato).
## License
This plugin is licensed under the [MIT License](https://github.com/DarioCasciato/obsidian-auto-folder-collapse/blob/main/LICENSE).