mikedidomizio8k downloadsCommands for bulk enabling/disabling of plugins. Useful for debugging when you have many plugins.
An Obsidian plugin that provides commands for bulk
enabling/disabling of plugins and CSS Snippets. This allows you to quickly
find which plugins are causing bugs or performance problems.

You have a problem with Obsidian and have confirmed that the issue goes away when enabling safe mode. Now, you have to narrow down which plugin misbehaves. The most efficient method for doing so is called "bisecting", meaning that you disable half of the plugins, and depending on whether the issue still occurs or not, you can rule out one half of plugins.
Even though that process is the quickest method of finding the culprit-plugin, it is still quite cumbersome for power users who have 40, 50 or more plugins. Divide & Conquer provides some useful commands for bulk disabling/enabling of plugins, to make the power user's life easier.
For either Plugin/Snippet:
When only one possibility remains, DAC shows:
The plugin possibly causing issues is: ...
(or CSS snippet in snippet mode), then shows Start again.
(Note that to be able to fulfill its duty, this plugin will never disable itself. The Hot Reload Plugin will also never be disabled, to avoid interference for developers.)
The plugin/snippet exclusion is
regex
enabled, and you can exclude by author or description as well (e.g. 'command
palette' to exclude any plugins that modify the command palette)

The plugin is available via Obsidian's Community Plugin Browser:
Settings → Community Plugins → Browse → Search for
"Divide & Conquer".
Please refer to the Contributing Guide if you want to contribute to the project or set up a development environment.