Skip to content
The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
JavaScript HTML CSS PHP Shell
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Reduce codeowner entries (#20089) Feb 7, 2020
bin Eslint: set line width to 80 (#19992) Jan 31, 2020
docs Remove the devhub manifest file (#20175) Feb 12, 2020
lib Consolidate overall Global Styles mechanics in the server (#20047) Feb 14, 2020
packages Fix: Inline image width pop-up 'wanders' down page (#20232) Feb 17, 2020
phpunit Block Directory: Convert it to UI Plugin to avoid bundling into Core (#… Oct 29, 2019
storybook Move more dashicons to the icons package (#20181) Feb 14, 2020
test [RNMobile] Button Block (#18823) Feb 6, 2020
vendor Install `phpcs` using Composer (#1022) Jun 6, 2017
.browserslistrc Build: using a postcss plugin to generate the admin-schemes styles (#… May 15, 2018
.editorconfig chore: Update `.editorconfig` to match WordPress' upstream Jan 12, 2018
.eslintignore Code quality: Enable linting for JS files starting with . Jan 31, 2020
.eslintrc.js Eslint: set line width to 80 (#19992) Jan 31, 2020
.gitignore Switch to using the Core local environment (#17004) Aug 30, 2019
.jshintignore Add .jshintignore to ignore all since eslint is employed May 25, 2017
.markdownlintignore Add markdownlint script to lint docs markup (#19855) Jan 30, 2020
.npmpackagejsonlintrc.json Chore: Fix issues related to Node 12 becoming LTS (#18054) Oct 22, 2019
.npmrc Framework: Configure NPM to save exact versions Aug 25, 2017
.nvmrc Framework: Bump recommended Node version to active LTS Nov 1, 2017
.prettierrc.js Add Prettier formatting script (#18048) Jan 29, 2020
.stylelintrc.json Enable declaration-block-no-duplicate-properties style lint rule. Rem… Sep 2, 2019
.travis.yml [RNMobile] Bring release v1.22.0 to master (#20155) Feb 11, 2020
.wp-env.json Add .wp-env.json support to wp-env (#20002) Feb 7, 2020
CODE_OF_CONDUCT.md Adds in a Code of conduct Oct 7, 2017
CONTRIBUTING.md Documentation: Organize Contributors Guide (#19853) Jan 27, 2020
CONTRIBUTORS.md NEW: Add my name to CONTRIBUTORS.md file (#19484) Jan 7, 2020
LICENSE.md Update License Year 🎇 (#19376) Jan 1, 2020
README.md Update main project README (#19743) Feb 10, 2020
SECURITY.md Use HTTPS for Hacker One URL (#4655) Jan 24, 2018
babel.config.js Eslint Plugin: Lint code formatting. (#19963) Jan 31, 2020
changelog.txt Bump plugin version to 7.5.0 Feb 12, 2020
composer.json Add phpcs rule to detect unused variables; Fix existing issues (#17300) Sep 25, 2019
composer.lock Add phpcs rule to detect unused variables; Fix existing issues (#17300) Sep 25, 2019
experimental-default-global-styles.json Consolidate overall Global Styles mechanics in the server (#20047) Feb 14, 2020
gutenberg.php Bump plugin version to 7.5.0 Feb 12, 2020
jsconfig.json Tests: Extract e2e test utils to their own package (#13228) Jan 15, 2019
lerna.json Framework: Add Component Storybook (tweaks) (#17762) Oct 8, 2019
package-lock.json Move another batch of dashicons to the icons package (#20234) Feb 17, 2020
package.json Bump plugin version to 7.5.0 Feb 12, 2020
phpcs.xml.dist Increase WordPress minimum to 5.2.0 (#15809) Nov 12, 2019
phpunit.xml.dist Switch to using the Core local environment (#17004) Aug 30, 2019
post-content.php Add/gallery block caption (#17101) Sep 6, 2019
readme.txt Bump plugin version to 7.5.0 Feb 12, 2020
tsconfig.json Add warning package (#19317) Jan 15, 2020
webpack.config.js Eslint: set line width to 80 (#19992) Jan 31, 2020

README.md

Gutenberg

Build Status lerna

Screenshot of the Gutenberg Editor, editing a post in WordPress

Welcome to the development hub for the WordPress Gutenberg project!

"Gutenberg" is a codename for a whole new paradigm in WordPress site building and publishing, that aims to revolutionize the entire publishing experience as much as Gutenberg did the printed word. Right now, the project is in the first phase of a four-phase process that will touch every piece of WordPress -- Editing, Customization, Collaboration, and Multilingual -- and is focused on a new editing experience, the block editor.

The block editor introduces a modular approach to pages and posts: each piece of content in the editor, from a paragraph to an image gallery to a headline, is its own block. And just like physical blocks, WordPress blocks can added, arranged, and rearranged, allowing WordPress users to create media-rich pages in a visually intuitive way -- and without work-arounds like shortcodes or custom HTML.

The block editor first became available in December 2018, and we're still hard at work refining the experience, creating more and better blocks, and laying the groundwork for the next three phases of work. The Gutenberg plugin gives you the latest version of the block editor so you can join us in testing bleeding-edge features, start playing with blocks, and maybe get inspired to build your own.

Getting Started

Get hands on: check out the Block Editor live demo to play with a test instance of the editor.

Using Gutenberg

Developing for Gutenberg

Extending and customizing is at the heart of the WordPress platform, this is no different for the Gutenberg project. The editor and future products can be extended by third-party developers using plugins.

The Getting Started guide will help you run Gutenberg locally to tinker with. See the Developer Documentation for extensive tutorials, documentation, and API references on how to extend the editor.

Contribute to Gutenberg

Gutenberg is an open-source project and welcomes all contributors from code to design, from documentation to triage. The project is built by many contributors and volunteers and we'd love your help building it.

See the Contributors Handbook for all the details on how you can contribute. See CONTRIBUTING.md for the contributing guidelines.

As with all WordPress projects, we want to ensure a welcoming environment for everyone. With that in mind, all contributors are expected to follow our Code of Conduct.

Get Involved

You can join us in the #core-editor channel in Slack, see the WordPress Slack page for signup information; it is free to join.

Weekly meetings The Editor Team meets weekly on Wednesdays at 14:00 UTC in Slack. If you can not join the meeting, agenda and notes are posted to the Make WordPress Blog.

License

WordPress is free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See LICENSE.md for complete license.



Code is Poetry.

You can’t perform that action at this time.