verbb / vizy

A flexible visual editor for Craft CMS
Other
43 stars 8 forks source link

Add setting to make the Add Block button always visible #163

Closed engram-design closed 1 year ago

engram-design commented 1 year ago

What are you trying to do?

Currently, only a new, empty line will show the "+" button to add a new block. Some users are confused by this, and having it always visible would be better.

What's your proposed solution?

We also might implement a shortcut or command util for power users to type "/" to bring up a command palette.

Additional context

No response

BenPicard commented 1 year ago

I want that! This is a real issue for my clients.

engram-design commented 1 year ago

Added a "Block type picker behaviour" setting in 2.1.0. It would be impossible to always show the picker button, because we would need to know where to place new blocks - so where does the add new block button sit?

So now, you can set it to be shown on hover (and click), which I think will help out a lot of people.