-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c18a448
commit c81acb5
Showing
956 changed files
with
520,089 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,3 +121,4 @@ | |
19.1.0 | ||
19.2.0 | ||
19.3.0 | ||
19.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Gutenberg | ||
|
||
[![End-to-End Tests](https://github.com/WordPress/gutenberg/workflows/End-to-End%20Tests/badge.svg)](https://github.com/WordPress/gutenberg/actions?query=workflow%3A%22End-to-End+Tests%22+branch%3Atrunk) | ||
[![Static Analysis (Linting, License, Type checks...)](<https://github.com/WordPress/gutenberg/workflows/Static%20Analysis%20(Linting,%20License,%20Type%20checks...)/badge.svg>)](https://github.com/WordPress/gutenberg/actions?query=workflow%3A%22Static+Analysis+%28Linting%2C+License%2C+Type+checks...%29%22+branch%3Atrunk) | ||
[![Unit Tests](https://github.com/WordPress/gutenberg/workflows/Unit%20Tests/badge.svg)](https://github.com/WordPress/gutenberg/actions?query=workflow%3A%22Unit+Tests%22+branch%3Atrunk) | ||
[![Create Block](https://github.com/WordPress/gutenberg/workflows/Create%20Block/badge.svg)](https://github.com/WordPress/gutenberg/actions?query=workflow%3A%22Create+Block%22+branch%3Atrunk) | ||
[![React Native E2E Tests (iOS)](<https://github.com/WordPress/gutenberg/workflows/React%20Native%20E2E%20Tests%20(iOS)/badge.svg>)](https://github.com/WordPress/gutenberg/actions?query=workflow%3A%22React+Native+E2E+Tests+%28iOS%29%22+branch%3Atrunk) | ||
[![React Native E2E Tests (Android)](<https://github.com/WordPress/gutenberg/workflows/React%20Native%20E2E%20Tests%20(Android)/badge.svg>)](https://github.com/WordPress/gutenberg/actions?query=workflow%3A%22React+Native+E2E+Tests+%28Android%29%22+branch%3Atrunk) | ||
|
||
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org) | ||
|
||
![Screenshot of the Gutenberg Editor, editing a post in WordPress](https://user-images.githubusercontent.com/1204802/100067796-fc3e8700-2e36-11eb-993b-6b80b4310b87.png) | ||
|
||
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 second phase of a four-phase process that will touch every piece of WordPress -- Editing, Customization, **Collaboration** (which includes [Real-time collaboration](https://make.wordpress.org/core/2023/07/03/real-time-collaboration/), [Asynchronous collaboration](https://make.wordpress.org/core/2023/07/04/workflows/), [Publishing flows](https://make.wordpress.org/core/2023/07/04/workflows/), [Post revisions interface](https://make.wordpress.org/core/2023/07/05/revisions/), [Admin design](https://make.wordpress.org/core/2023/07/12/admin-design/), [Library](https://make.wordpress.org/core/2023/07/10/block-library/)), 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 be 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. | ||
|
||
Check out the [Keeping up with Gutenberg Index](https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/) | ||
|
||
## Getting Started | ||
|
||
Get hands on: check out the [block editor live demo](https://wordpress.org/gutenberg/) to play with a test instance of the editor. | ||
|
||
### Using Gutenberg | ||
|
||
- **Download:** To use the latest release of the Gutenberg plugin on your WordPress site: install from the plugins page in wp-admin, or [download from the WordPress.org plugins repository](https://wordpress.org/plugins/gutenberg/). | ||
|
||
- **User Documentation:** See the [WordPress Editor documentation](https://wordpress.org/documentation/article/wordpress-block-editor/) for detailed docs on using the editor as an author creating posts and pages. | ||
|
||
- **User Support:** If you have run into an issue, you should check the [Support Forums first](https://wordpress.org/support/forums/). The forums are a great place to get help. If you have a bug to report, please [submit it to the Gutenberg repository](https://github.com/wordpress/gutenberg/issues). Please search prior to creating a new bug to confirm it's not a duplicate. | ||
|
||
### 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. | ||
|
||
Review the [Quick Start Guide](https://developer.wordpress.org/block-editor/getting-started/quick-start-guide/) for the fastest way to get started extending the block editor. See the [Block Editor Handbook](https://developer.wordpress.org/block-editor/) for extensive tutorials, documentation, and API references. Also, check the [WordPress Developer Blog](https://developer.wordpress.org/blog/) for great articles about block development, among other topics. | ||
|
||
### Contribute to Gutenberg | ||
|
||
Gutenberg is an open-source project and welcomes all contributors from code to design, and 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](https://developer.wordpress.org/block-editor/contributors/) for all the details on how you can contribute. | ||
|
||
To get up and running quickly with **code contribution** see [Getting Started With Code Contribution](/docs/contributors/code/getting-started-with-code-contribution.md). Also check out the other resources available on the [Code Contributions](/docs/contributors/code/README.md) page. | ||
|
||
In whichever way you wish to contribute please be sure to read the [Contributing Guidelines](https://github.com/WordPress/gutenberg/blob/HEAD/CONTRIBUTING.md) first. | ||
|
||
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](https://make.wordpress.org/handbook/community-code-of-conduct/). | ||
|
||
## Get Involved | ||
|
||
You can join us in the `#core-editor` channel in Slack, see the [WordPress Slack page](https://make.wordpress.org/chat/) for signup information; it is free to join. | ||
|
||
## 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](LICENSE.md) for complete license. | ||
|
||
<br/><br/><p align="center"><img src="https://s.w.org/style/images/codeispoetry.png?1" alt="Code is Poetry." /></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
/******/ // The require scope | ||
/******/ var __webpack_require__ = {}; | ||
/******/ | ||
/************************************************************************/ | ||
/******/ /* webpack/runtime/define property getters */ | ||
/******/ (() => { | ||
/******/ // define getter functions for harmony exports | ||
/******/ __webpack_require__.d = (exports, definition) => { | ||
/******/ for(var key in definition) { | ||
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { | ||
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); | ||
/******/ } | ||
/******/ } | ||
/******/ }; | ||
/******/ })(); | ||
/******/ | ||
/******/ /* webpack/runtime/hasOwnProperty shorthand */ | ||
/******/ (() => { | ||
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop)) | ||
/******/ })(); | ||
/******/ | ||
/************************************************************************/ | ||
var __webpack_exports__ = {}; | ||
|
||
// EXPORTS | ||
__webpack_require__.d(__webpack_exports__, { | ||
c: () => (/* binding */ setup), | ||
D: () => (/* reexport */ speak) | ||
}); | ||
|
||
;// CONCATENATED MODULE: ./packages/a11y/build-module/shared/clear.js | ||
/** | ||
* Clears the a11y-speak-region elements and hides the explanatory text. | ||
*/ | ||
function clear() { | ||
const regions = document.getElementsByClassName('a11y-speak-region'); | ||
const introText = document.getElementById('a11y-speak-intro-text'); | ||
for (let i = 0; i < regions.length; i++) { | ||
regions[i].textContent = ''; | ||
} | ||
|
||
// Make sure the explanatory text is hidden from assistive technologies. | ||
if (introText) { | ||
introText.setAttribute('hidden', 'hidden'); | ||
} | ||
} | ||
|
||
;// CONCATENATED MODULE: ./packages/a11y/build-module/shared/filter-message.js | ||
let previousMessage = ''; | ||
|
||
/** | ||
* Filter the message to be announced to the screenreader. | ||
* | ||
* @param {string} message The message to be announced. | ||
* | ||
* @return {string} The filtered message. | ||
*/ | ||
function filterMessage(message) { | ||
/* | ||
* Strip HTML tags (if any) from the message string. Ideally, messages should | ||
* be simple strings, carefully crafted for specific use with A11ySpeak. | ||
* When re-using already existing strings this will ensure simple HTML to be | ||
* stripped out and replaced with a space. Browsers will collapse multiple | ||
* spaces natively. | ||
*/ | ||
message = message.replace(/<[^<>]+>/g, ' '); | ||
|
||
/* | ||
* Safari + VoiceOver don't announce repeated, identical strings. We use | ||
* a `no-break space` to force them to think identical strings are different. | ||
*/ | ||
if (previousMessage === message) { | ||
message += '\u00A0'; | ||
} | ||
previousMessage = message; | ||
return message; | ||
} | ||
|
||
;// CONCATENATED MODULE: ./packages/a11y/build-module/shared/index.js | ||
/** | ||
* Internal dependencies | ||
*/ | ||
|
||
|
||
|
||
/** | ||
* Allows you to easily announce dynamic interface updates to screen readers using ARIA live regions. | ||
* This module is inspired by the `speak` function in `wp-a11y.js`. | ||
* | ||
* @param {string} message The message to be announced by assistive technologies. | ||
* @param {'polite'|'assertive'} [ariaLive] The politeness level for aria-live; default: 'polite'. | ||
* | ||
* @example | ||
* ```js | ||
* import { speak } from '@wordpress/a11y'; | ||
* | ||
* // For polite messages that shouldn't interrupt what screen readers are currently announcing. | ||
* speak( 'The message you want to send to the ARIA live region' ); | ||
* | ||
* // For assertive messages that should interrupt what screen readers are currently announcing. | ||
* speak( 'The message you want to send to the ARIA live region', 'assertive' ); | ||
* ``` | ||
*/ | ||
function speak(message, ariaLive) { | ||
/* | ||
* Clear previous messages to allow repeated strings being read out and hide | ||
* the explanatory text from assistive technologies. | ||
*/ | ||
clear(); | ||
message = filterMessage(message); | ||
const introText = document.getElementById('a11y-speak-intro-text'); | ||
const containerAssertive = document.getElementById('a11y-speak-assertive'); | ||
const containerPolite = document.getElementById('a11y-speak-polite'); | ||
if (containerAssertive && ariaLive === 'assertive') { | ||
containerAssertive.textContent = message; | ||
} else if (containerPolite) { | ||
containerPolite.textContent = message; | ||
} | ||
|
||
/* | ||
* Make the explanatory text available to assistive technologies by removing | ||
* the 'hidden' HTML attribute. | ||
*/ | ||
if (introText) { | ||
introText.removeAttribute('hidden'); | ||
} | ||
} | ||
|
||
;// CONCATENATED MODULE: ./packages/a11y/build-module/module/index.js | ||
/** | ||
* Internal dependencies | ||
*/ | ||
|
||
|
||
/** | ||
* This no-op function is exported to provide compatibility with the `wp-a11y` Script. | ||
* | ||
* Filters should inject the relevant HTML on page load instead of requiring setup. | ||
*/ | ||
const setup = () => {}; | ||
|
||
var __webpack_exports__setup = __webpack_exports__.c; | ||
var __webpack_exports__speak = __webpack_exports__.D; | ||
export { __webpack_exports__setup as setup, __webpack_exports__speak as speak }; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<?php return array('a11y/index.min.js' => array('dependencies' => array(), 'version' => '25c9ec16abe91b62e906', 'type' => 'module'), 'block-library/file/view.min.js' => array('dependencies' => array('@wordpress/interactivity'), 'version' => '0600eabcab185ceb0430', 'type' => 'module'), 'block-library/image/view.min.js' => array('dependencies' => array('@wordpress/interactivity'), 'version' => 'e90ba1f1006920e85ee5', 'type' => 'module'), 'block-library/navigation/view.min.js' => array('dependencies' => array('@wordpress/interactivity'), 'version' => '7b370e821516feba4955', 'type' => 'module'), 'block-library/query/view.min.js' => array('dependencies' => array('@wordpress/interactivity', array('id' => '@wordpress/interactivity-router', 'import' => 'dynamic')), 'version' => '1100711c4bda188467ac', 'type' => 'module'), 'block-library/search/view.min.js' => array('dependencies' => array('@wordpress/interactivity'), 'version' => '69851b7ac418d6ef7967', 'type' => 'module'), 'interactivity/index.min.js' => array('dependencies' => array(), 'version' => '4a38a9230b5be1bd6e68', 'type' => 'module'), 'interactivity/debug.min.js' => array('dependencies' => array(), 'version' => 'b7a88dd3764e4c59ba88', 'type' => 'module'), 'interactivity-router/index.min.js' => array('dependencies' => array('@wordpress/interactivity', array('id' => '@wordpress/a11y', 'import' => 'dynamic')), 'version' => '61e34d2019d119e32785', 'type' => 'module')); |
Oops, something went wrong.