Editor chat summary: Wednesday, 19th April 2023

This post summarizes the latest weekly Editor meeting (agenda, slack transcript), held in the #core-editor SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. channel, on Wednesday, April 19, 2023, 14:00 UTC.

General Updates

Open floor

Todayโ€™s meeting attendance was very low. It started with only two people. During the whole hour @andraganescu @fabiankaegy @bph and @opr18 discussed turning the editor chat into office hours.

There was an attempt to revamp the editor chat last year as well, see the proposal in the improvements to the Core Editor chat agenda and format, but they did not amount to much in terms of generating more interest and participation to this coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. chat.

In terms of turning it into a sort of office hours the Gutenberg Developer Hours series of events was mentioned as a potential starting point.

As always, if youโ€™d like to participate into the evolution of this meeting leave a comment below!

Note: Anyone reading this summary outside of the meeting, please drop a comment in the post summary, if you can/want to help with something.

Read complete transcript

#core-editor-summary, #gutenberg, #meeting-notes, #summary

#core-editor

Editor chat summary: Wednesday, 12th April 2023

This post summarizes the latest weekly Editor meeting (agenda, slack transcript), held in the #core-editor SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. channel, on Wednesday, April 12, 2023, 14:00 UTC.

General Updates

  • Gutenberg 15.5.1 has been released with a brief list of bugbug A bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority. fixes.
  • GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses โ€˜blocksโ€™ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ 15.6 RCrelease candidate One of the final stages in the version release cycle, this version signals the potential to be a final release to the public. Also see alpha (beta). was in the process of being released at the time of the meeting.

Async key project updates

Read the latest updates directly from the following tracking issues:

Task Coordination

@draganescu

Looking for code reviews on Updates the behavior of the top toolbar fixed setting.

@ndiego

Started an audit of the 300+ labels of the Gutenberg GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the โ€˜pull requestโ€™ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/ repository.

@paaljoachim

Took part in the recent calls for testing and offered feedback around various design issues related to Full Site Editing.

Open floor

@paaljoachim

Brought up what looks like a bug from this forum question around image blockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. URLs being saved as absolute URLs in post content โ€“ and will open a Github issue to track this and see how to reproduce. Also mentioned the issue about Query Block: select from a list for categories, proposing we default to a list of categories instead of relying on a suggest search like we do for tags.

Note: Anyone reading this summary outside of the meeting, please drop a comment in the post summary, if you can/want to help with something.

Read complete transcript

#core-editor-summary, #gutenberg, #meeting-notes, #summary

#core-editor

Editor chat summary: Wednesday, 5th April 2023

This post summarizes the latest weekly Editor meeting (agenda, slack transcript), held in the #core-editor SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. channel, on Wednesday, April 05, 2023, 14:00 UTC.

General Updates

Async key project updates

Read the latest updates directly from the following tracking issues:

Task Coordination

@alexstine

Could use a 2nd technical review on PR attempt to removeย aria-hidden="true"ย from the links in the list view

Note: Anyone reading this summary outside of the meeting, please drop a comment in the post summary, if you can/want to help with something.

Read complete transcript

#core-editor-summary, #gutenberg, #meeting-notes, #summary

Core Editor chat summary: 29th March 2023

This post summarises the weekly editor chat meeting (agenda for 29th March meeting) held on 2023-03-29 14:00 UTC in Slack. Moderated by @get_dave.

Status Updates

  • WordPress 6.2 is due to be released today (Update: as of this post it has now been released).
  • โ€ฆthe release squad decided to postpone yesterdayโ€™s scheduled release due to a bugย that was sufficiently impactful that it needed to be fixed.
  • Gutenberg 15.4.0 is the latest releaseย of the PluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party with the RCrelease candidate One of the final stages in the version release cycle, this version signals the potential to be a final release to the public. Also see alpha (beta). of 15.5.0 due today. @welcher and @greenshady will lead this one.

Updates based on updated scope for site editing projects

Task Coordination

The following items were shared by folks to update us on what work is in progress or where help is needed:

@scruffian:

  • Iโ€™ve been focussing a lot onย this PR (Refactor and stabilize selectors API)ย and the followup from it. The change there has quite far reaching consequences so itโ€™s a good one to be aware of.
  • Update: this PR has now been merged.

@get_dave:

  • Working mostly on improving the fallback handling in theย Nav blockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience.. Itโ€™s not quite ready for review yet but it should improve the stability.
  • Also working onย adding more e2e test coverage to theย Nav blockโ€™s editable list view featureย โ€“ Iโ€™m seeking feedback on that PR.
  • Iโ€™m also seeking opinions on whether folks are interested in being able to giveย custom labels to group blocks in the list view? If you are then pleaseย +1 onย this comment.

@ajlende:

  • Iโ€™ve been continuing to work on things inย Tracking: Duotone filters.
  • There were some regressions with the update to only render duotone filters on the page, and the selectors block.jsonJSON JSON, or JavaScript Object Notation, is a minimal, readable format for structuring data. It is used primarily to transmit data between a server and web application, as an alternative to XML. APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways. has been stabilized, so Iโ€™m also working on updating the duotone block supports to use that new API.

@wildworks:

  • Iโ€™m wondering what specs should be reintroduced for the dynamic block anchor support that was reverted in WordPress 6.2.
  • I have come up withย one approach, but if anyone has any other ideas, please comment.

Open Floor

The full Open Floor discussion is available on SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/..

Using GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the โ€˜pull requestโ€™ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/ CoPilot on PR descriptions in GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses โ€˜blocksโ€™ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/

Alignment of Reusable Blocks

Request for ideas on updating the Architecture section of the Block Editor docs

Concerns about AI in Gutenberg and WordPress

  • @chopinbach raised concerns about usage of AI within WordPress and Gutenberg.
  • @get_dave reflected that it was a valid concern but he was unaware of anywhere where AI or Deep Learning was currently in use within CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress..
  • @get_dave asked whether leadership had previously provided any direction on the usage of AI within the WP project. No one was able to think of anything.
  • As this is a very large topic, @get_dave advised creating a Discussion on Github to allowed this to be discussed in a more considered manner outside of a chat-based format.

Request for update on Design Tooling Consistency

Updating the CODEOWNERS files to be more useful

  • @wildworks submitted a discussion about updating the CODEOWNERS file. Can we make it more useful in allowing folks to access the best reviewer for their PR?
  • @get_dave wondered whether regularly contributors could take a moment to update the file as per their own preferences and current focus areas.
  • @get_dave also noted that becoming a CODEOWNER shoulld not mean that individual becomes solely responsible for a given area. The right to disconnect is important.
  • @fabiankaegy noted there is some fear around adding oneself to the CODEOWNERS file and suggested adding documentation to explain the purpose of the file to make it more open to changes.
  • @wildworks agreed to consider opening a PR to update the docs to include a section on CODEOWNERS.
  • After the chat ended @nerrad pointed out that CODEOWNERS:
    • must have write permissions to the repository
    • are automatically requested for reviews.
  • So even though the intent is not that they are โ€œguardiansโ€ of that section of the code, to new contributors submitting code it can appear as though they are fulfilling that role.
  • @fabiankaegy, @nerrad and indeed everyone is encouraged to add their thoughts to the Discussion.
  • See the full discussion on Slack.

Thanks to everyone who attended what was a lively and interesting chat ๐Ÿ‘๐Ÿฝ

#core-editor, #core-editor-summary, #meeting, #meeting-notes, #summary

Editor chat summary: March 22nd, 2023

This post summarizes the weekly editor chat meeting (agenda for March 22nd meeting) held onย Wednesday, March 22 2023, 03:00 PM GMT+1ย inย Slack. Moderated byย @fabiankaegy.

Whats new in Gutenberg 15.4

WordPress 6.2 Release Candidate 4

Key project updates

Phase 2 Overview Tracking Issue

Block API Tracking Issue Update

Task Coordination

@thomasdevisser has created a discussion around restructuring the CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. Editor documentation. Please chime in with your thoughts here: https://github.com/WordPress/gutenberg/discussions/48998

Paulo Trebtin raised a PR that is waiting for review: Fixed background causes image to be zoomed in on Safari browser on iPad

Joshua de Lange shared that they are looking into a fix for a longstanding issue where the Image blockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. doesnโ€™t have the height/width attribute defined unless it was specifically added. https://github.com/WordPress/gutenberg/issues/23244#issuecomment-1448431121

Open Floor

@cbirdsong ran into an issue where a strict content security policy prevented a site from outputting any inline styles / style tags on the page. This directly clashes with the current approach of the block editor with the style engine. A discussion around this topic should get started on GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the โ€˜pull requestโ€™ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/.

#core-editor, #core-editor-summary, #gutenberg, #meeting-notes, #summary

Editor chat summary: March 15th, 2023

This post summarizes the weekly editor chat meeting (agenda for March 15th meeting) held onย ย Wednesday, March 15, 2023, 03:00 PM GMT+1.ย inย Slack. Moderated byย @bph

Announcements & Links

Key project updates

@annezazu

posted an update on the Phase 2 Overview Tracking Issue (Update March 13, 2023) (Sorry, I overlooked it for the meeting)

@twstokes

posted an update from the Mobile team

Task Coordination

@get_dave

commented on the agenda post: โ€œIโ€™m seeking feedback on some proposals to preloadย Navigation Menusย andย Template Partsย (server side) in order to improve the perceived editor load times.It does involve certain compromises and assumptions which Iโ€™d like to discuss in more detail and also find more concrete evidence for. Any help much appreciated.โ€

Open Floor

@Mdxf

commented on the agenda: ย โ€œI vote to improve the perceived load times on the Browser Mode + also on the โ€œback to WP adminadmin (and super admin) menuโ€ action (when clicking on the site logo on top left) !!! (here on FF it is very slow, i did not test on Chrome)โ€ฆ.โ€ ย @ndiegoย suggested you createย new GitHub issue, detailing exactly what you are seeing . In his experience, slowness in the Site Editor that is exacerbated by third-party plugins, so it would be good to also understand the setup you use.

@ndiego

โ€œAs everyone is aware, we have a LOT of open issues and PRs in the GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses โ€˜blocksโ€™ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ repo. The Triagetriage The act of evaluating and sorting bug reports, in order to decide priority, severity, and other factors. team does a fantastic job, andย @mamadukaย and I have been running weekly bugbug A bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority. scrubs here inย #coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress.-editor. Yet, the number of open items continues to rise. After the 6.2 release, I will be spending some time thinking about how we can better tackle this situation, but I did want to also call attention to a discussion started byย @tomjdevisser on GitHubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the โ€˜pull requestโ€™ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/ Discussion: โ€œAuto-closing inactive issues to shift focus towards important issuesโ€ If you have time to provide feedback or thoughts, it would be much appreciated.โ€

Here is a post from two yearโ€™s ago.ย Stale Issues in Gutenberg Repository ย but with no solution/decision.

@hellofromtonya contributed how it is handled in TracTrac An open source project by Edgewall Software that serves as a bug tracker and project management tool for WordPress.

โ€œIn Trac, there are 2 ways itโ€™s handled:

  • Add aย closeย keyword with a comment that it will be closed in x amount of time without reporter follow-up.
  • Or close with a reason and a comment to re-open if more information is available for further investigation or consideration.

This is a manual ticketticket Created for both bug reports and feature development on the bug tracker.-by-ticket triage processโ€ She clarified further: โ€œTheย closeย keyword with message gives all who previously contributed to the ticket the opportunity to revive it. If they are still interested in it, it invites them back while also setting the expectation that it will be closed otherwise.โ€

You can read throught the comments in the meeting following the message

Meeting participants were asked to contribute their ideas to the GitHub Discussion: โ€œAuto-closing inactive issuesโ€ฆ โ€œ as well.

Props to @paaljoachim for review

#core-editor-summary, #gutenberg, #meeting-notes, #summary

Editor chat summary: 8 March, 2023

This post summarizes the weekly editor chat meeting (agenda for 8th of March meeting) held on Wednesday, March 08 2023, 03:00 PM GMT+1 inย Slack. Moderated byย @paaljoachim.

Gutenberg plugin 15.3 RC2 ready to test. The final version of 15.3 was released on Wednesday.
WordPress 6.2 RC1 postponed, additional Beta 5 added.
WordPress 6.2 Beta 5.

Key project updates:

No updates of Key Projects during the coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. editor meeting.

Task Coordination

@bph

Huge thank you to everyone who wrote and reviewed Dev Notesdev note Each important change in WordPress Core is documented in a developers note, (usually called dev note). Good dev notes generally include a description of the change, the decision that led to this change, and a description of how developers are supposed to work with that change. Dev notes are published on Make/Core blog during the beta phase of WordPress release cycle. Publishing dev notes is particularly important when plugin/theme authors and WordPress developers need to be aware of those changes.In general, all dev notes are compiled into a Field Guide at the beginning of the release candidate phase. for the editor. Itโ€™s been fabulous collaborating with everyone!ย For quick reference, a complete list of posts and misc dev notes is available as aย comment on the Dev Note tracking issue. If you find, there is something small or big missing from the Dev Notes do pingPing The act of sending a very small amount of data to an end point. Ping is used in computer science to illicit a response from a target server to test itโ€™s connection. Ping is also a term used by Slack users to @ someone or send them a direct message (DM). Users might say something along the lines of โ€œPing me when the meeting starts.โ€ me @bph on SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/..

Open Floor

@ndiego

In the past few weeks, a lot of refinement has gone into the Site Editor, specifically the new Navigation panel coming in 6.2. As with all things related to navigation, some issues have cropped up. Navigation is hard, We are working on identifying what can be punted and what is critical for 6.2. We have made good progress but are not quite there yet. Hopefully, by the end of the day, we should have more clarity.

@paaljoachim

What I find difficult in adding the Navigation panel in the side editor browse sidebarSidebar A sidebar in WordPress is referred to a widget-ready area used by WordPress themes to display information that is not a part of the main content. It is not always a vertical column on the side. It can be a horizontal rectangle below or above the content area, footer, header, or any where in the theme. to WP 6.2. Is that it is so new and that a lot of things are showing up that are for me not consistent with how it works inside the templateโ€ฆ

See additional discussion on Slack of the sidebar browse navigation feature.

#core-editor, #core-editor-summary, #gutenberg, #meeting-notes, #summary

Editor chat summary: Wednesday, 1st March 2023

This post summarises the latest weekly Editor meeting (agenda, slack transcript), held in the #core-editor SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. channel, on Wednesday, February 22, 2023, 14:00 UTC.

General Updates

Async key project updates

Read the latest updates directly from the following tracking issues:

Task Coordination

There has been no task coordination due to the low number of participants. And me (@andraganescu) forgetting all about it.

Open floor

@mdxfr proposed the GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses โ€˜blocksโ€™ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ contributors should do a focus on ironing out bugs and missing features which prevent the front end rendering of blocks, templates and template parts to match 100% their preview in the editors. Marc offered these examples as seemingly different bugs that have the same underlying cause.

@tomjdevisser raised some questions about new contributor onboarding such as:

  • how do you earn the right to approve PRs?
  • who decides based on what how to prioritize tickets?
  • how do you know what projects to add PRs to?
  • is there a list with contributors per profession/area of expertise to ask for review/approval?

Some of the questions where answered in the thread, some have their answer in this bit of documentation โ€“ but some questions revealed a missing documentation about how project management works, particularly around priorities, creating issues that track Gutenberg phases and who are the people who are expected to offer this guiding. CC @annezazu @priethor for any input you may have.


Note: Anyone reading this summary outside of the meeting, please drop a comment in the post summary, if you can/want to help with something.

Read complete transcript

#meeting-notes, #core-editor, #editor, #gutenberg, #core-editor-summary

Editor chat summary: Wednesday, 22nd February 2023

This post summarizes the latest weekly Editor meeting (agenda, slack transcript), held in the #core-editor SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. channel, on Wednesday, February 22, 2023, 14:00 UTC.

General Updates

Async key project updates

Read the latest updates directly from the following tracking issues:

Task Coordination

@hellofromtonya Update on the WebFonts API

The remaining parts of the full redesign of its architecture will ship in GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses โ€˜blocksโ€™ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ 15.2. Will be good to gain feedback while ensuring the temporary BC Layer works to keep sites up and running until their plugins and themes upgrade to it.

@get_dave

Doingย some work on Duotone (Merged), seeing if we can use Duotone presets for blockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. duotone styles as opposed to hard-coded colors

@ndiego

Mapping out some documentation onย theme.json filtersย and the newย blockEditor.useSetting.beforeย filterFilter Filters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output..

Note: Anyone reading this summary outside of the meeting, please drop a comment in the post summary, if you can/want to help with something.

Read complete transcript

#meeting-notes, #core-editor, #editor, #gutenberg, #core-editor-summary

Editor chat summary: Wednesday, February 15, 2023

This post summarizes the weeklyย editor chatย meeting onย Wednesday, 15 February 2023, 14:00 UTC, held inย Slack.

General Announcements.

Gutenberg 15.1 was shipped last week.

GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses โ€˜blocksโ€™ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ 15.2 was planned for later in the day.

WordPress 6.2 release process is going smoothly, and we had beta two the day before the chat.

Key project updates.

Navigation blockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience., Site editor, and templates

@jorgefilipecosta shared that now we have a modal that allows us to choose between starting blank or starting from the fallback when creating a new template.ย https://github.com/WordPress/gutenberg/pull/46248

Soon we will also be able to choose from a set of patterns:ย https://github.com/WordPress/gutenberg/pull/47322

On the navigation in the sidebarSidebar A sidebar in WordPress is referred to a widget-ready area used by WordPress themes to display information that is not a part of the main content. It is not always a vertical column on the side. It can be a horizontal rectangle below or above the content area, footer, header, or any where in the theme. front, We are already showing the navigation items on the sidebar using the same components used by the navigation block. Now some enhancements make this system work for more complex menus with page lists etc.ย https://github.com/WordPress/gutenberg/pull/47853.

Style Engine

@jorgefilipecosta said that some updates in progress are making its code simpler and modular, which he hopes will make things easier for advanced block creators and extendersย https://github.com/WordPress/gutenberg/pull/47908.

Phase two updates

@annezazu compiled a summary of the current status of phase 2 work https://github.com/WordPress/gutenberg/issues/33094#issuecomment-1421394281. From now on to improve the signal-to-noise ratio, this summary will be monthly https://github.com/WordPress/gutenberg/issues/33094#issuecomment-1430358353.

Task coordination.

@jorgefilipecosta

Last week:

Next week;

  • Iterate and merge my current PRs related to the navigation sidebar.
  • Plan on also fixing some issues on the OffsiteNavigation editor that are affecting the navigation sidebar

@zieladam

Open floor

@Mdxfr

hi,
i would hightlight a very annoying bugbug A bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority. on Query LoopLoop The Loop is PHP code used by WordPress to display posts. Using The Loop, WordPress processes each post to be displayed on the current page, and formats it according to how it matches specified criteria within The Loop tags. Any HTML or PHP code in the Loop will be processed on each post. https://codex.wordpress.org/The_Loop.
https://github.com/WordPress/gutenberg/issues/29438
Editor preview is different from the frontend view
This issue was first reported in March, 2021, and is still accurate.
That impacts WooCommerce Product Blocks (this block extends the coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. one). The demo video was added by the WC Team within that issue.
> could you please add the bugfix as target on 6.2 ??? I know everyone is busy, but, i feel this one is important to make the Query Loop Block more usableโ€ฆ it impacts many of us.
Thx

@jorgefilipecosta pinged @ntsekouras; that is more inside the query loop work.

@fabiankaegy

I also just wanted to share an issue because Iโ€™m hoping to get some context. https://github.com/WordPress/gutenberg/issues/47990

Currently there doesnโ€™t seem to be a mechanism to leverage the global styles system for any custom settings. Such as for example the โ€œoverlayโ€ color in the cover block.

This is starting to become a major limitation when building custom blocks and Iโ€™m just wondering if this has been an intentional choice or whether this is something that can be opened up more.

@jorgefilipecosta said applying an overlay color may require additional logic for some blocks. With CSSCSS Cascading Style Sheets., only background and text colors can be applied. A solution to this problem would involve an APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways. that maps color applications to a specific CSS selector. Such an API could extend elements like the link color or take another form. Balancing this addition with other potential future features is necessary.

#core-editor, #core-editor-summary, #editor, #editor-chat, #meeting, #meeting-notes, #summary