-
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
UX Experiment - "Simple" mode for content editing #64866
Conversation
Size Change: +722 B (+0.04%) Total Size: 1.78 MB
ℹ️ View Unchanged
|
blocksWithinMainBlockClientIds: | ||
getBlockOrder( mainBlockClientId ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could use this technique as well.
Nice exploration! 👍 Just pinging @noisysocks for visibility as he's also been experimenting in this area (#64628). |
I guess not. Good spot though. Generally, this PR is acting as a quick experiment. If folks think it has promise then I'll be happy to refine it a little bit. |
Good stuff, thanks @getdave. I think treating it as a new editor mode makes sense. I plan on tinkering more in this area next week. |
0fc6da3
to
730a31e
Compare
Next StepsI spoke a bit away from Github with @richtabor and @jeryj and we reviewed how this is feeling and what needs to change to make it easier for folks to try out this experiment. Here are what we believe should be the next steps here:
@noisysocks it would be great if we could all collab on this. We agree that at this stage the aim should be to iterate at low fidelity. It's acceptable to hack things in for purposes of getting to a proof of concept that folks can easily try out and get a feel for. |
Just need to be careful around patterns and parts of the site editing experience that already leverage content only (though I think mostly Maybe it's a chance to try a more granular API (though I realize you might want this to be a quicker experiment 😄 ). |
98adc4b
to
696c89b
Compare
I think ultimately we'll need more flexibility yes.
Yes that's right. We're trying to move quickly and experiment. Then once we know more what we're aiming for we can consider the best implementation 🤞 This PR is open to anyone 🙇 |
@talldan I'm trying to get the editorMode to save to preference called |
I'm closing this in favour of working on #65027. |
What?
Tries creating a
Simple
mode for the Editor.Why?
This is just an experiment to see how it feels if we make all the blocks within the top level sections content only. This makes the editor feel a lot more simple.
How?
To make this easy to test, i've shoehorned in a
Simple
mode into the mode selector at the top of the editor. This is only for testing purposes!Testing Instructions
Testing Instructions for Keyboard
Screenshots or screencast
Screen.Capture.on.2024-08-28.at.12-24-12.mp4