-
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
Image, Gallery: Improve "Edit Image" flow if we can #1725
Comments
As reported also in #2075, something needs to be done to fix the broken flow we have right now. For now, marking this as a higher priority and for 0.8. |
I did a couple of explorations to show how we could go here. First up, the 'easy win'. This simply makes sure if you were in Gutenberg that the link after edited goes back to Gutenberg: The next option takes everything that currently happens in editing 'into Gutenberg. This does not change or adjust anything. For what it's worth that editing screen I feel needs some work (outside Gutenberg), however we need to be cautious dropping anything and going down that rabbit hole yet. For now, putting everything in seems a fair middle ground if we go this route: Note: only did first screen as we need to decide which route we go. |
I think your suggestions sound pragmatic, Tammie. Agree that media as a whole needs an iteration of its own, perhaps even a focus, so we should probably focus on quick wins there. |
@jasmussen absolutely. This is slightly my concern by putting it into the small screen, although we totally should explore if that's possible. @mtias what do you think? My thinking is we could get the low hanging option in, then maybe also evaluate the 'everything in Gutenberg' option for editing. |
Will this improve automatically now that Gutenberg when the plugin is activated sets itself as the default editor? @karmatosed |
Unfortunately the pitfall of a new tab opening and then having no way back - unless I remember or notice it's a new tab - on editing, is still there @jasmussen. We should cover that trap for users. |
Confirming that right now we have a new tab. We could add a link to say 'back to editor' that would solve some issues. However, I think taking a little bit to work on this would be sound. |
Why was 'Custom' not an option in the in Gutenberg image scaling dropdown? As far as I can tell the only way to scale the image precisely is to edit the Media file directly? |
I don't view this experience being any worse than what is currently in core and has been the norm for core. So pushing it to |
I'm actually going to close this one, as the user interface has changed so much that what's discussed is likely not super actionable anymore. Additionally, the flow has improved, with big buttons and patterns for changing an existing gallery. With separate efforts to explore galleries leveraging child blocks, and separate improvements to the media library, all the more reason to revisit if and when it becomes necessary. |
WordPress comes with a nice built in image editing tool. Right now you can access it by first clicking the edit button on an image:
then click the little "Edit Image" link:
Clicking this, though, opens in a new window, with a URL of something like
/wp-admin/post.php?post=40&action=edit&image-editor
.Is there a simple/quick way we can improve this flow as an interim solution to something even better?
The text was updated successfully, but these errors were encountered: