WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.32k stars 4.12k forks source link

Zoom Out: Add new page with zoom out #63865

Open scruffian opened 1 month ago

scruffian commented 1 month ago

It’s not uncommon for website builders to offer a perspective that allows you to see more of your page by stacking sections of a page together. In WordPress, these are called Patterns.

I propose a similar experience within WordPress: an “Add new page” composition flow where you stack patterns on a page, reorder, apply section styles, remove, and even shuffle among similar patterns.

Key points

mtias commented 1 month ago

One thing we should incorporate is clearer distinction between section patterns and full page starter templates in the sidebar UI — it's all a bit mixed right now.

MaggieCabrera commented 1 month ago

One thing we should incorporate is clearer distinction between section patterns and full page starter templates in the sidebar UI — it's all a bit mixed right now.

I was coming to say this. Themes that have full page patterns should have them open by default when in this kind of flow, since we are replacing the modal that is surfacing them now

scruffian commented 1 month ago

We have an interesting approach in https://github.com/WordPress/gutenberg/pull/61489

getdave commented 1 month ago

opening the editor in zoom out mode so that users can begin assembling their page from patterns

Small nit, but could we rename this Issue to better reflect the goal? Perhaps it should be Patterns Zoom out mode on new Page creation?

Currently Compose pages with zoom out view seems like a very broad scope for this issue.