phibr0 / obsidian-advanced-toolbar

Advanced Toolbar - Obsidian Plugin | Enhances Obsidian Mobile's Quick Action Toolbar
GNU Affero General Public License v3.0
91 stars 3 forks source link

long press to rearrange quick action buttons #1

Open Cantolla opened 3 years ago

Cantolla commented 3 years ago

Advanced Toolbar Version 1.3.0. Obsidian Mobile Version 1.0.3.

It would be be great to able to add toolbar quick action buttons as rows instead of columns, as of now they can only be displayed as columns. If you have 2 rows, the second quick action button in the first row would actually be the 3rd configured with the mobile quick action menu, this can get very confusing.

Alternatively if we could rearrange the toolbar quick action buttons from within the toolbar it would be much easier to organize.

Thank you!

phibr0 commented 3 years ago

It would be be great to able to add toolbar quick action buttons as rows instead of columns, as of now they can only be displayed as columns.

If I turn that around it would break the scrolling. You have to think that the Toolbar has infinite width on the X Axis and when the Actions are in Columns that doesn't matter, they will just take the space that they need. If I align them in a Row though it would just go in the first Row forever, why should it wrap to the next Row when theirs enough space? If I fix the width on the X-Axis to the screen size or something else, you would have to scroll on the Y-Axis

I can look into a feature to rearrange the Quick Actions, maybe on long press?

Cantolla commented 3 years ago

I understand, that makes sense, currently I have 3 rows and around 40 or so quick actions so it can get pretty complicated to organize the quick actions.

A way to organize the actions visually with long press and then rearrange would be great.

Love the plugin so far! Thank you!

Cantolla commented 3 years ago

Did you ever get a chance to look at this? Is it possible to implement? :)

lwb52 commented 2 years ago

I also want to reorganize the actions — AND, how do l \add\ actions to the list? is there editable CSS?