-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it easier to select "Edit visually" when in "Edit as HTML" mode #30930
Comments
It may also be a good idea to still show the information about which block your are editing. |
I wonder if this needs a designer? It would be good to have some UX opinions on this. |
This thing bugs me a lot too and fixing this issue would make switching between modes super easy, thanks for reporting it! I agree with your solution, but I would put the "Edit visually" before the ellipsis button since that's the most common position. |
…dit as HTML" mode
@adamziel @carolinan Could you take a look at my PR, please? |
…ML (#41516) * #30930 - Make it easier to select "Edit visually" when in "Edit as HTML" mode * BlockVisuallyConvertButton name converted to BlockEditVisuallyButton * title removed from the <ToolbarButton/> component * code formatting fix * Reversed buttons order * divider between the button and the ellipsis * Update packages/block-editor/src/components/block-settings-menu/block-edit-visually-button.js Co-authored-by: Adam Zielinski <[email protected]> Co-authored-by: Zebulan Stanphill <[email protected]>
What problem does this address?
After selecting the Edit as HTML option for a block, you have to open the 3 dot menu to find the Edit visually option, and this option does not have a keyboard shortcut.
What is your proposed solution?
When in Edit as HTML mode, move the Edit visually option to the toolbar for easier and faster access.
This is not a design proposal, I just mocked it up in Photoshop quickly, but I mean something like this:
The text was updated successfully, but these errors were encountered: