One of the keys to a successful roll out of Gutenberg is plugin compatibility. Without it, users will experience unnecessary frustration and hamper enthusiasm of the new editor. In an effort to figure out what plugins are already compatible with Gutenberg, Daniel Bachhuber has created a Gutenberg Plugin Compatibility Database. Gutenberg Plugin Compatibility Database The database contains 5,000 plugins that …
WPWeekly Episode 306 – AMP, GDPR, and Brewing Beer At The Boss’ House
In this episode, John James Jacoby joins me live from Hutchinson, KS, to talk about the news of the week. We started off the show discussing the GDPR and the number of things that need to be considered surrounding the right to be forgotten. We also have a lengthy conversation about AMP, the open web, and Automattic’s relationship with Google. …
Matt Cromwell Hosts Matt Mullenweg in Q&A Gutenberg Interview
Matt Cromwell, Head of Support and Community Outreach for GiveWP and an administrator for the Advanced WordPress Facebook group, hosted a question and answer session about Gutenberg with Matt Mullenweg earlier today. The interview concludes the Advanced WordPress Gutenberg interview series that includes, Joost de Valk, Ahmad Awais, and Tammie Lister. Mullenweg began the session by explaining why there is a …
WPWeekly Episode 303 – Interview With Zac Gordon, Technology Educator
In this episode, John James Jacoby and I are joined by Zac Gordon. We discussed a wide range of topics including, balancing freelance work with educating, an overview of Gutenberg from an educator’s perspective, and potential brand issues if the Gutenberg name was deprecated. We also talked about some of the difficulties involved with creating a course around a feature …
New Toolkit Simplifies the Process of Creating Gutenberg Blocks
Ahmad Awais, who created the Gutenberg Boilerplate last year, has released a Guten Block Toolkit. The toolkit substantially simplifies the creation of Gutenberg Blocks by providing no configuration, one dependency, and no lock-in. Awais created the toolkit after receiving feedback that configuring things like Webpack, React, ES 6/7/8/Next, ESLint, Babel and keeping up with their development was too difficult. “Developers …
Gutenberg 2.0 Released With Numerous Accessibility and Keyboard Navigation Improvements
Gutenberg 2.0 is available for testing and includes a changelog that’s a mile long. Accessibility, keyboard navigation, and the ability to drag-and-drop multiple images to the Gallery block are among the improvements listed. Clicking the Publish button displays options in the sidebar rather than a drop-down menu to add polish to the publishing flow. Publish Button Options In The Sidebar …
Zac Gordon Launches Gutenberg Development Course, Includes More Than 30 Videos
Zac Gordon, a technology educator, has released his Gutenberg Development course. The course is $79 but is available for $49 using the coupon code earlyadopter. Gordon says the course is aimed at developers who want to update their themes, plugins, shortcodes, etc. to work with Gutenberg and take advantage of blocks. “There is also some content I am adding geared …
WPWeekly Episode 300 – Interview with Matt ‘Gutenbeard’ Mullenweg
In this the 300th episode, John James Jacoby and I interview Matt ‘Gutenbeard’ Mullenweg, co-creator of the WordPress project. We discuss a range of topics including, the somewhat controversial poetry reading that included a curse word prior to the State of the Word, the WordPress Foundation increasing its range of funding, and of course, Gutenberg. One of the big takeaways …
WPWeekly Episode 297 – WordCamp US 2017 Recap
In this episode, John James Jacoby and I are joined by Morten Rand-Hendriksen. We have an engaging conversation about WordCamp US 2017, Gutenberg, and what it’s going to take for it to succeed. Rand-Hendriksen shared what he thinks are the three conditions that need to be met before Gutenberg can be shipped. Near the end of the show, we discuss …
Gutenberg 1.8 Adds Greater Extensibility for Plugin Developers
Gutenberg 1.8 was released this week with several notable improvements that will give plugin developers more flexibility in extending the editor. It introduces block templates, which developers can use when registering a new custom post type. The block templates define a set of pre-configured blocks that will initialize when a user creates a new post. In the example below, Gutenberg …