Wayback Machine
«MAR APR MAY »
Previous capture 3 Next capture
2019 2020 2021 »
0 captures
31 Oct 19 - 28 Oct 22
Close Minimize Help
Skip to content
The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
JavaScript HTML PHP CSS Shell
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update CODEOWNERS for aduth 5 years ago
bin Build: Add TypeScript version validation (#21208) 5 years ago
docs Docs: Prescribe latest NPM for development environment (#21017) 5 years ago
lib Site Editor: move menu item to top level (#21273) 5 years ago
packages Keyboard Shortcuts: Docs: Fix README title 5 years ago
phpunit Add menus endpoints. (#20292) 5 years ago
storybook Add a generic style to the toolbar buttons (#21252) 5 years ago
test [RNMobile] Dark mode on Android put on the v1.25.0 native release (#2… 5 years ago
vendor Install `phpcs` using Composer (#1022) 8 years ago
.browserslistrc Build: using a postcss plugin to generate the admin-schemes styles (#… 7 years ago
.editorconfig chore: Update `.editorconfig` to match WordPress' upstream 7 years ago
.eslintignore Code quality: Enable linting for JS files starting with . 5 years ago
.eslintrc.js First pass at I18N-specific ESLint rules (#20555) 5 years ago
.gitignore Build: Output package type declarations (#18942) 5 years ago
.jshintignore Add .jshintignore to ignore all since eslint is employed 8 years ago
.markdownlintignore Add markdownlint script to lint docs markup (#19855) 5 years ago
.npmpackagejsonlintrc.json Chore: Fix issues related to Node 12 becoming LTS (#18054) 5 years ago
.npmrc Framework: Configure NPM to save exact versions 8 years ago
.nvmrc Framework: Bump recommended Node version to active LTS 7 years ago
.prettierrc.js Add Prettier formatting script (#18048) 5 years ago
.stylelintrc.json Enable declaration-block-no-duplicate-properties style lint rule. Rem… 5 years ago
.travis.yml Build: Output package type declarations (#18942) 5 years ago
.wp-env.json Add .wp-env.json support to wp-env (#20002) 5 years ago
CODE_OF_CONDUCT.md Adds in a Code of conduct 7 years ago
CONTRIBUTING.md Documentation: Organize Contributors Guide (#19853) 5 years ago
CONTRIBUTORS.md CONTRIBUTORS.md: Add @AnthonyLedesma and @richtabor (#20397) 5 years ago
LICENSE.md Update License Year 🎇 (#19376) 5 years ago
README.md Lowercase block editor in the Welcome Guide to match core standard (#… 5 years ago
SECURITY.md Use HTTPS for Hacker One URL (#4655) 7 years ago
babel.config.js Eslint Plugin: Lint code formatting. (#19963) 5 years ago
changelog.txt Bump plugin version to 7.8.1 5 years ago
composer.json Add phpcs rule to detect unused variables; Fix existing issues (#17300) 5 years ago
composer.lock Add phpcs rule to detect unused variables; Fix existing issues (#17300) 5 years ago
experimental-default-global-styles.json Consolidate overall Global Styles mechanics in the server (#20047) 5 years ago
gutenberg.php Site Editor: move menu item to top level (#21273) 5 years ago
jsconfig.json Tests: Extract e2e test utils to their own package (#13228) 6 years ago
lerna.json Framework: Add Component Storybook (tweaks) (#17762) 5 years ago
package-lock.json Framework: Fix optional dependencies lockfile resolved 5 years ago
package.json Project Management: Prompt user to link GitHub account to WordPress.o… 5 years ago
phpcs.xml.dist Add menus endpoints. (#20292) 5 years ago
phpunit.xml.dist Switch to using the Core local environment (#17004) 6 years ago
post-content.php Add/gallery block caption (#17101) 5 years ago
readme.txt Bump plugin version to 7.8.1 5 years ago
tsconfig.base.json Fix the TS used for the GB-Mobile project. (#21324) 5 years ago
tsconfig.json Packages: Type autop, escape-html, html-entities (#20669) 5 years ago
webpack.config.js Add interface package with sidebar functionality (#20698) 5 years ago

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.