phibr0 / obsidian-commander

Commander - Obsidian Plugin | Add Commands to every part of Obsidian's user interface
MIT License
733 stars 36 forks source link

Fix: Commander Ribbon Elements Reordering on Changes #138

Open datenwurm opened 2 months ago

datenwurm commented 2 months ago

Description:

When adding commands via the Commander Ribbon Tab, or when changing icon, color, name, or mode, the elements are getting reordered on the ribbon. This requires the user to re-reorder the ribbon elements every time a new command is added or an already existing one is changed.

This fix allows adding, renaming, and removing commands via the Commander Ribbon tab, or changing icon, color, name, or mode, without them being reordered on the ribbon.

Changes:

Additional References: