Gravity Forms Gutenberg Add-On v1.0 Beta 1 Released | Gravity Forms
Gravity Forms Gutenberg v1.0 Beta 1 is now available on the Downloads page. This first release provides a new Gravity Forms block for the upcoming overhaul to the WordPress post editor (codenamed Gutenberg). The block lets you to easily embed a Gravity Forms form into a page or post, with access to all the standard... continue reading
How to create a Gutenberg Block for Displaying a Post - Igor Benić
Gutenberg is coming and we need to be prepared for it. In this tutorial, we will learn how to create a block that will display a post. If you’re reading this before February, 19th 2018, be sure to join the […]
Gutenberg Comes in 5 Phases to WordPress Ecosystem > WP4Good Club
This post is part of the series Keeping up with GutenbergOther posts in this series:Getting Ready for GutenbergList of Gutenberg-ready WordPress pluginsGutenberg Comes in 5 Phases to WordPress Ecosystem (Current) The probable scenario for the Gutenberg roll-out No one in an official capacity published these roll-out phases in any structured form. I gathered these by […]
Block Options! A sneak peek on Widget Options Plugin support for Gutenberg Editor
To make your workflow better give you additional options available on all blocks, thus give you more freedom handling every block, Widget Options will be integrated seamlessly with Gutenberg.
Ability to convert existing shortcodes to blocks · Issue #4576 · WordPress/gutenberg
Issue Overview If a plugin currently uses a shortcode in the post content field for including its functionality, and the plugin is updated to also implement this functionality as a Gutenberg block,...
Future of the Web - Gutenberg is Facebook and WordPress is MySpace | Beaver Builder
Here at Beaver Builder, we've been closely following and participating in WordPress' new editor project, Gutenberg. One of the challenges of building software is you want people using and testing it as early as possible, but the earlier you release something the further away it is from the end vision. I think Gutenberg has suffered a…
Create deprecation plan for the "Gutenberg" name · Issue #4681 · WordPress/gutenberg
Issue Overview tl;dr: "Gutenberg" is a fine name for this project, but unless we stop using it now, it'll become a point of great confusion once the feature is merged with core. As blocks and bloc...
This release iterates further on some design and writing flow details — lighter up/down movers, engaging the UI-less focus mode more often, etc. It also brings many extensibility API improvements, …
Anatomy of a Custom Block: How Gutenberg Blocks Work - Content Blocks
If you’re a WordPress developer who is getting started writing custom content blocks for Gutenberg, you’ll find that this is a very different kind of development than you are used to doing. Gutenberg relies heavily and JavaScript and React instead of PHP, and the underlying architecture is unique. When I first started writing custom blocks […]
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…
We’ve made significant rewrites and refactors of our products over the years, but adapting our plugins to fully integrate with the new editor coming in WordPress version 5.0—code-named “Gutenberg”—is the biggest ecosystem change we’ve faced since the introduction of custom post types. Agencies and developers have been speaking out in large number and loud volume…
After completing Zac Gordon’s wonderful Gutenberg Development Course, I wanted to try building my own block. It was more difficult than I expected, but a great learning experience. I added a “List Subpages” block to my BE Subpages Widget plugin (code here). This lets you select a page and dynamically lists all its subpages. The…
Iteration is exciting and Jason and Bridget are definitely stoked about the new way you’ll interact with WordPress with Gutenberg. Let’s chat about marketing to clients and the WordPress Community, managing change and budgets.
I am excited to launch Create Guten Block. `create-guten-block` is a zero-configuration dev-toolkit (#0CJS) to develop WordPress Gutenberg blocks in a matter of minutes without configuring React, Webpack, ESLint, Babel, ES6/7/8/Next, etc.
Matt Mullenweg's Q&A About Gutenberg at WordPress Orlando
Matt Mullenweg visited WordPress Orlando on January 15th, 2018 for an open Q&A with the WordPress Orlando community. Many great questions were answered and some clarity was given on the upcoming Gutenberg release.
Gutenberg was the biggest WordPress news in 2017. Matt Mullenweg announced and strongly backs the project that is looking like it could change the landscape of the CMS. Because we still don’t have an official release date, there is still a lot of speculation surrounding the project. Could it make WordPress even more competitive than …
How to Add Block Templates to Your WordPress Theme or Plugin
While working on my Gutenberg Development Course, one of the hardest things I found to research was how to add block templates to your WordPress theme or plugin. Block templates are a way to have c…