chrisgrieser / obsidian-divide-and-conquer

An Obsidian plugin that provides commands for bulk enabling/disabling of plugins. Useful for debugging when you have many plugins.
MIT License
57 stars 5 forks source link

[Bug/Minor]: New Plugin Tool Items Disappear After Checking for Updates #16

Closed iamrecursion closed 1 year ago

iamrecursion commented 1 year ago

Bug Description

The new buttons added in the "Community Plugins" tab disappear after you "check for updates".

Relevant Screenshot

Initially:

image

Then:

image

To Reproduce

  1. Open the "Community Plugins" tab with D&C enabled.
  2. Hit "Check for Updates".
  3. The new buttons added will disappear.

Obsidian Version

1.0.4

Which editor are you using?

Checklist

geoffreysflaminglasersword commented 1 year ago

This is something I ran into during development. Unfortunately, without increased reliance on obsidian internals I don't think it's possible to work around. You can bring the buttons back by simply clicking on the community tab again (even though you're already on it, it triggers a refresh).

This is something several other plugins suffer from, like the changelog plugin and the hotkeys plugin.

iamrecursion commented 1 year ago

Alas, I did wonder if that were the case! Thanks for the great update!