Description
Gutenberg est plus qu’un éditeur. Bien que l’éditeur soit au centre des préoccupations, le projet aura, à terme, un impact sur l’ensemble de l’expérience de publication incluant la personnalisation (le prochain centre d’intérêt).
Découvrez-en davantage sur le projet.
L’éditorialisation comme focus principal
L’éditeur créera une nouvelle expérience de construction de pages ou d’articles qui simplifiera la rédaction de contenus enrichis. Cela passe par les « blocs » pour unifier ce qui aujourd’hui se fait avec des codes courts, du HTML personnalisé ou tout autre truc spécial dans ce genre — Matt Mullenweg
One thing that sets WordPress apart from other systems is that it allows you to create as rich a post layout as you can imagine — but only if you know HTML and CSS and build your own custom theme. By thinking of the editor as a tool to let you write rich posts and create beautiful layouts, we can transform WordPress into something users love WordPress, as opposed something they pick it because it’s what everyone else uses.
Gutenberg looks at the editor as more than a content field, revisiting a layout that has been largely unchanged for almost a decade.This allows us to holistically design a modern editing experience and build a foundation for things to come.
Here’s why we’re looking at the whole editing screen, as opposed to just the content field:
- Le bloc permet d’unifier de multiples éléments d’interface. Si nous le faisions sur l’interface existante, nous aurions ajouté de la complexité, alors qu’en la remplaçant, nous simplifions l’ensemble.
- En revisitant l’interface, nous modernisons l’expérience d’écriture, de modification et de publication, en nous concentrant sur l’utilisabilité et la simplicité, ce qui bénéficie à la fois aux utilisateurs futurs et actuels.
- En donnant une importance centrale à l’interface de blocs, nous encourageons les développeurs à créer leurs blocs dédiés, ce qui sera bien mieux que les widgets et codes courts actuels.
- Le fait de refondre l’ensemble de l’interface pose des fondations solides pour la prochaine étape, la personnalisation complète de votre site via le back-office et les blocs.
- Looking at the full editor screen also gives us the opportunity to drastically modernize the foundation, and take steps towards a more fluid and JavaScript powered future that fully leverages the WordPress REST API.
Les Blocs
Blocks are the unifying evolution of what is now covered, in different ways, by shortcodes, embeds, widgets, post formats, custom post types, theme options, meta-boxes, and other formatting elements. They embrace the breadth of functionality WordPress is capable of, with the clarity of a consistent user experience.
Imagine a custom “employee” block that a client can drag to an About page to automatically display a picture, name, and bio. A whole universe of plugins that all extend WordPress in the same way. Simplified menus and widgets. Users who can instantly understand and use WordPress — and 90% of plugins. This will allow you to easily compose beautiful posts like this example.
Consultez la FAQ pour obtenir des réponses aux questions les plus courantes sur le projet.
Compatibilité
Posts are backwards compatible, and shortcodes will still work. We are continuously exploring how highly-tailored metaboxes can be accommodated, and are looking at solutions ranging from a plugin to disable Gutenberg to automatically detecting whether to load Gutenberg or not. While we want to make sure the new editing experience from writing to publishing is user-friendly, we’re committed to finding a good solution for highly-tailored existing sites.
Les étapes de Gutenberg
Gutenberg a trois étapes prévues. La première, destinée à être incluse dans WordPress 5.0, se concentre sur l’expérience de d’édition de publications et l’implémentation des blocs. Cette phase initiale fut une approche focalisée sur le contenu. L’utilisation des blocs, comme expliqué ci-dessus, vous permet de vous concentrer sur l’aspect de votre contenu sans être distrait par les autres options de configuration. En fin de compte, cela aidera les utilisateurs et utilisatrices à présenter leur contenu d’une manière attrayante, directe et visuelle.
These foundational elements will pave the way for stages two and three, planned for the next year, to go beyond the post into page templates and ultimately, full site customization.
Gutenberg is a big change, and there will be ways to ensure that existing functionality (like shortcodes and meta-boxes) continue to work while allowing developers the time and paths to transition effectively. Ultimately, it will open new opportunities for plugin and theme developers to better serve users through a more engaging and visual experience that takes advantage of a toolset supported by core.
Contributeur·ices
Gutenberg est bâti par de nombreux développeur·ses et contributeur·ices. Voici la liste non exhaustive : CONTRIBUTORS.md (en anglais).
Experiments
- Navigation block:
- Support color customization.
- Improve the Link edition UI.
- Block Content Areas:
- Implement a frontend template loader based on the wp_template CPT.
- Add a temporary UI to edit wp_template CPT posts.
- Add a Site title block.
New APIs
- Add VisuallyHidden component.
- Add @wordpress/base-styles package to share the common variables/mixins used by the WordPress packages.
- Add Platform component to allow writing platform (web, mobile) specific logic.
- Add isInvalidDate prop to DatePicker.
- @wordpress/env improvements:
- Support custom ports.
- Support using it for themes.
- Add a new experimental React hook to support colors in blocks.
- Add a new experimental DimentionControl component.
Various
- Storybook:
- Add a story for the CheckboxControl component.
- Add a story for the Dashicon component.
- Add a story for the ColorPalette component.
- Add a story for the ColorPicker component.
- Add a story for the ExternalLink component.
Add knobs to the ColorIndicator Story.
- Several other enhancements to existing stories.
- Linting fixes for Storybook config.
- Fix Lint warnings triggered by JSDoc definitions.
- Reorganize e2e tests specs into three folders: editor, experimental and plugin.
- Cleanup skipped e2e tests.
- Add a link to Storybook from the Gutenberg playground.
- Optimize the @wordpress/compose package to support tree-shaking.
- Code Quality:
- Refactor the Button block edit function to use a functional component.
- Change the name of the accumulated variables in reduce functions.
- Remove wrapper around the Table block cells.
- Fix several issues related to Node 12 becoming LTS.
- Add the Block Inspector to the Gutenberg playground.
Documentation
- Enhance the Git workflow documentation.
- Clarify block naming conventions.
- Tweaks and typos: 1, 2.
Blocs
Cette extension fournit 14 blocs.
- core/archives
- Gutenberg
- core/rss
- Gutenberg
- core/legacy-widget
- Gutenberg
- core/social-link-
- Gutenberg
- core/categories
- Gutenberg
- core/block
- Gutenberg
- core/latest-comments
- Gutenberg
- core/search
- Gutenberg
- core/shortcode
- Gutenberg
- core/calendar
- Gutenberg
- core/tag-cloud
- Gutenberg
- core/site-title
- Gutenberg
- core/navigation-menu
- Gutenberg
- core/latest-posts
- Gutenberg
FAQ
- Comment puis-je envoyer des retours ou être aidé par rapport à un bug ?
-
Nous adorerions entendre vos retours de bugs, vos suggestions de fonctionnalités et tout autre retour ! Veuillez consulter la page de retours sur GitHub pour rechercher des problèmes existants ou pour en ouvrir un nouveau. Bien que nous essayerons de trier les problèmes signalés ici sur le forum des extensions, vous obtiendrez une réponse plus rapide (et limiterez les doublons) en gardant tout centralisé dans le répertoire GitHub.
- Comment puis-je contribuer ?
-
We’re calling this editor project « Gutenberg » because it’s a big undertaking. We are working on it every day in GitHub, and we’d love your help building it.You’re also welcome to give feedback, the easiest is to join us in our Slack channel,
#core-editor
.Voyez également CONTRIBUTING.md.
- Où puis-je en savoir plus sur Gutenberg ?
-
- Gutenberg, ou le bateau de Thésée (en anglais), avec des exemples de ce que Gutenberg pourra faire à l’avenir. Vous pouvez aussi lire l’article correspondant en français fr.w.org.
- Vue d’ensemble technique de l’éditeur (en anglais)
- Principes de conception et meilleures pratiques de conception de blocs
- Vérificateur d’orthographe et de grammaire (en anglais)
- Mises à jour de développement sur make.wordpress.org (en anglais)
- Documentation : création de blocs, référence, et lignes directrices
- Autres questions fréquemment posées
Avis
Contributeurs & développeurs
« Gutenberg » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
Contributeurs“Gutenberg” a été traduit dans 46 locales. Remerciez l’équipe de traduction pour ses contributions.
Traduisez « Gutenberg » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.
Journal
Features
- Support gradients in Cover block.
- Add a breadcrumb bar to support block hierarchy selection.
Enhancements
- Cover block: change the minimum height input step size to one.
- Allow setting a display name for blocks based on their content in the BlockNavigator.
- Hide the gradients panel if an empty set of gradients is explicitly defined.
- Do not transform list items into paragraphs when deleting first list item and list is not empty.
- Replace inline styles with classnames for the gradient palette.
- Preserve list attributes (start, type and reversed) when pasting or converting HTML to blocks.
Bugs
- Clear local autosaves after successful saves.
- Fix the columns block width overflow issue when using more than two columns.
- Fix the Link Rel input not showing the saved value of the link rel attribute.
- Fix JavaScript errors triggered when using links without href in HTML mode.
- Move the default list styles to the theme editor styles.
- Fix Invalid import statement for deprecated call in the Modal component.
- Fix a small visual glitch in the Publish button.
- Prevent blank page when using the Media Modal Edit Image « back » button.
- Allow the shortcode transform to apply to all the provided shortcode aliases.
- Fix JavaScript error triggered when using arrows on an empty URLInput.
- Fix extra margins added to Gallery blocks by list editor styles.
- Fix custom button background color not reflected on reload.
- Preserve List block attributes when splitting into multiple lists.
- Fix checkbox styles when used in metaboxes.
- Make the FontSizePicker style independent from WordPress core styles.
- Fix overlapping controls in the Inline Image formatting toolbar.
- Fix strikethrough formatting when copy/pasting from Google Docs in Safari.
- Allow media upload post processing for all 5xx REST API responses.