Editor chat summary: 20th January 2021

This post summarises the weekly editor chat meeting (agenda here) held on 2021-01-20 14:00 UTC in Slack. Moderated by @get_dave.

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/ 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 Release

  • At the time of the meeting the latest release was 9.7.4.
  • The release was underway for 9.8.0 during the meeting.
  • @bernie provided us with an update:
    • Not a lot of “big” new features.
    • …but some nice enhancements.
    • Semi-transparent Spacer 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..
    • Block Switcher now shows variation icon.
    • Major changes to the Full-Site Editing framework (see full updates below).

Preparation for WordPress 5.7 BetaBeta A pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process. 1

  • WordPress 5.7 Beta 1 is due for release on the 2nd February 2021.
  • Beta 1 will represent the cut-off point for new commits/features for the Block Editor.
  • The deadline for changes is Gutenberg 9.9 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). on the 27th January.
  • There is a WordPress 5.7 project board where you can follow along and keep up to date with progress.

Monthly Plan & Key Project updates

Full Site Editing

Global Styles

@nosolosw provided an update via the agenda post:

@itsjonq also provided an updated on Global Styles UI:

  • Working through the integrations and improvements to the Component System for Gutenberg.
  • Came up with some design/interaction ideas for the Global Styles 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. experience. I’ve documented them as a comment in this Github issue.

Block based WidgetWidget A WordPress Widget is a small block that performs a specific function. You can add these widgets in sidebars also known as widget-ready areas on your web page. WordPress widgets were originally created to provide a simple and easy-to-use way of giving design and structure control of the WordPress theme to the user. / Navigation Editor

@andraganescu provided the update:

Task Coordination

Open Floor

New Slack channel for block based Navigation screen

  • @danr mentioned in the CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. Dev chat that work on the block-based Navigation screen has picked up again.
  • There’s a new channel for anyone interested in following/contributing – #feature-navigation-block-editor.
  • There’s a Github project for it too.

More native mobile integration/e2e tests on Gutenberg’s PR CI

  • @hypest asked about adding more more native mobile integration/e2e tests on Gutenberg’s PR CI.
  • Some regressions recently that would have been caught with some simple automated tests before their PRs got merged.
  • Adding tests will increase the run time of the CI jobs, not much but, you know, it adds up.
  • @youknowriad recommended defaulting to adding the tests and figuring out speed improvements if needed.
  • @gziolo suggested a more detailed mobile test suite executed after every commit to the main branchbranch A directory in Subversion. WordPress uses branches to store the latest development code for each major release (3.9, 4.0, etc.). Branches are then updated with code for any minor releases of that branch. Sometimes, a major version of WordPress and its minor versions are collectively referred to as a "branch", such as "the 4.0 branch"..

Stale Issues/PR bot in Github repo

  • @mkaz followed up on last week’s stale issue topic.
  • Posted on Make and already received great feedback and comments there.
  • We plan to leave open until end of month and then will create a PR with next steps.
  • So if you have any thoughts not already captured, please comment on the post.

Custom Post types and Full Site Editing

  • @ndiego noted how he started diving into custom post types in the FSE and custom templates, but hit a lot of deadends.
  • Is this something else one is actively working on, or still well down the road in terms of FSE development?
  • @youknowriad said he did work a bit on custom templates recently (page templates) but not much custom post types. I’m sure there’s a few things we need to figure out there though.
  • Agreed to open Issues or PRs as required.

Thanks to everyone who attended!

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