Wayback Machine
«NOV FEB MAR »
Previous capture 12 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 CSS PHP Shell
Branch: master
Clone or download
epiqueras Block Library: Add a Post Comments Count block. (#19953)
* Block Library: Add Post Comments Count block.

* Block Library: Add Post Comments Count block server-side rendering.

* E2E Tests: Add Post Comments Count block fixtures.

* Block Library: Add Post Comments Count block class name functionality.
Latest commit bf15039 on Feb 12, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Reduce codeowner entries (#20089) 5 years ago
bin Eslint: set line width to 80 (#19992) 5 years ago
docs Remove the devhub manifest file (#20175) 5 years ago
lib Block Library: Add a Post Comments Count block. (#19953) 5 years ago
packages Block Library: Add a Post Comments Count block. (#19953) 5 years ago
phpunit Block Directory: Convert it to UI Plugin to avoid bundling into Core (#… 6 years ago
storybook Stabilize and document the angle picker component; Rename to A… (#20118) 5 years ago
test [RNMobile] Button Block (#18823) 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 Eslint: set line width to 80 (#19992) 5 years ago
.gitignore Switch to using the Core local environment (#17004) 6 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) 6 years ago
.npmrc Framework: Configure NPM to save exact versions 8 years ago
.nvmrc Framework: Bump recommended Node version to active LTS 8 years ago
.prettierrc.js Add Prettier formatting script (#18048) 5 years ago
.stylelintrc.json Enable declaration-block-no-duplicate-properties style lint rule. Rem… 6 years ago
.travis.yml [RNMobile] Bring release v1.22.0 to master (#20155) 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 8 years ago
CONTRIBUTING.md Documentation: Organize Contributors Guide (#19853) 5 years ago
CONTRIBUTORS.md NEW: Add my name to CONTRIBUTORS.md file (#19484) 5 years ago
LICENSE.md Update License Year 🎇 (#19376) 5 years ago
README.md Update main project README (#19743) 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.5.0 5 years ago
composer.json Add phpcs rule to detect unused variables; Fix existing issues (#17300) 6 years ago
composer.lock Add phpcs rule to detect unused variables; Fix existing issues (#17300) 6 years ago
experimental-default-global-styles.json Add: Global styles css variables generation mechanism (#19883) 5 years ago
gutenberg.php Bump plugin version to 7.5.0 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) 6 years ago
npm Components: Speak Notice message (#15745) 5 years ago
package-lock.json Bump plugin version to 7.5.0 5 years ago
package.json Bump plugin version to 7.5.0 5 years ago
phpcs.xml.dist Increase WordPress minimum to 5.2.0 (#15809) 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) 6 years ago
readme.txt Bump plugin version to 7.5.0 5 years ago
tsconfig.json Add warning package (#19317) 5 years ago
webpack.config.js Eslint: set line width to 80 (#19992) 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.