- Each command category (Better Formatting, Line Operations, etc.) now
renders as a collapsible <details> card with a bordered/shaded header
showing an 'N/M enabled' badge, instead of a flat list separated only
by bold text headings.
- Sentence regex + reset moved into the Sentence Navigator category
card (it configures that category's commands, so it belongs there
instead of the general section).
- Bulk actions (global enable/disable all, per-category toggle-all,
regex reset) now patch the DOM in place instead of calling the full
display() re-render, so open/closed category state is never lost
when a setting changes.
- Removed the 'General' settings heading (obsidianmd/settings-tab/no-problematic-settings-headings
lint rule flags it).
- styles.css adds .bindthem-category-* rules for the card borders,
header shading, collapse caret, and setting-row separators.