obsidian-plugin-groups icon indicating copy to clipboard operation
obsidian-plugin-groups copied to clipboard

[FR] Please add a enable/disable switch button for every plugin in the group edit view

Open cloudherder opened this issue 2 years ago • 3 comments

Please add a enable/disable switch button for every plugin in the group edit view, so that make easy to enable/disable a plugin according group.

cloudherder avatar Jan 13 '23 09:01 cloudherder

Could you elaborate a bit further? Do you mean something like #16 ? Or do you mean en-/disabling plugins you've already assigned to a group within that group? Or something else entirely?

Mocca101 avatar Jan 13 '23 14:01 Mocca101

may be like below: group01

cloudherder avatar Jan 14 '23 05:01 cloudherder

Perfect, thanks for the diagram that makes things much clearer, I'll look into it and see how that might work. First thought though, would choosing the enable/disable behaviour of a group within a group solve the problem, I think that might be a bit easier to achieve.

So something like:

GroupA:

  • GroupB (Behaviour: Enable)
  • GroupC (Behaviour: Disable)

GroupA:

  • Plugin A
  • Plugin B
  • Plugin C

GroupC:

  • Plugin D
  • Plugin E

Though one potential issue I see in general is the behaviour order of enabling/disabling when using multiple groups. Therefore I think being able to set the order of Plugins/Groups (#14) would need to be implemented first.

Mocca101 avatar Jan 14 '23 09:01 Mocca101