mnaoumov9k downloadsEnhances the Excluded files setting bringing gitignore syntax.
This is a plugin for Obsidian that enhances the Excluded files setting bringing gitignore syntax.
Obsidian has Files and links > Excluded files setting, but it is not as useful, because the excluded files are still present in the Files pane, appear in Backlinks pane, etc.
The plugin adds the following features:
gitignore syntax..obsidianignore file for manual editing..gitignore file.Files and links > Excluded files setting in string/regexp format.[!WARNING]
The plugin makes Obsidian behave like the ignored files do not exist. This might affect features like
Obsidian Sync,Obsidian Publish, etc.Ensure you configured the plugin correctly to avoid data loss.
The plugin is not available in the official Community Plugins repository yet.
The Obsidian team decided to not accept this plugin to the repository.
To install the latest beta release of this plugin (regardless if it is available in the official Community Plugins repository or not), follow these steps:
Add plugin button once and wait a few seconds for the plugin to install.By default, debug messages for this plugin are hidden.
To show them, run the following command in the DevTools Console:
window.DEBUG.enable('advanced-exclude');
For more details, refer to the documentation.
See my other Obsidian resources.