Divide & Conquer
by pseudometa
Score: 43/100
favorite
share
Description
Category: Productivity Tools

The Divide & Conquer plugin streamlines the debugging process in Obsidian by enabling bulk management of plugins and CSS snippets. It facilitates efficient problem-solving using the 'bisecting' method, where half of the plugins are disabled at a time to quickly identify potential culprits behind performance issues or bugs. The plugin offers commands to reset, restore, bisect, un-bisect, and re-bisect active plugins or snippets, allowing users to methodically narrow down problems. Additionally, regex-enabled settings help exclude specific plugins or snippets based on keywords, authors, or descriptions, ensuring a more tailored debugging experience.

Stats
58
stars
7,696
downloads
5
forks
1,060
days
2
days
788
days
7
total PRs
2
open PRs
0
closed PRs
5
merged PRs
22
total issues
10
open issues
12
closed issues
2
commits
Latest Version
2 years ago
Changelog

This release:

  • changes how the commands function, and adds a re-bisect command which flips the last bisection
  • added UI elements to make it more convenient to see what's happening in real time
  • added settings for exclusions and reload
  • colorizes plugins and snippets to show which are excluded
README file from