August 12, 2018 — “WordPressの投稿画面のカスタマイズ、どのように実施していますか?
Gutenbergのcustom blockを利用することで、カスタムフィールドを使うことなく、より直感的な入力画面を実装することができるようになります。
このセッションでは、Gutenbergのcustom blockの作り方・使い方と共にサンプルコード・プラグインを用いて新しいエディタカスタマイズの方法を紹介します。”
August 10, 2018 — Ask your questions to the group of people building Gutenberg. Learn its design language, how to create blocks and extend the new editor interface in various ways.
August 7, 2018 — With the introduction of Gutenberg in WordPress 5.0, the themes and plugins of the future will revolve around this notion of ‘blocks’. But what is a block? Maybe you’ve heard you can create your own blocks…but where and how does one actually do that? Are blocks written in PHP? Are they JavaScript? Both? Do you need to know React to create a block?
In this workshop, we will take a deep-dive into the anatomy of a block, answering the aforementioned questions and more. After a high-level discussion of blocks and how they function, we will get hands-on, creating blocks of our own within a set of demo files that can function as a starting point for your own projects.
August 2, 2018 — En agosto, Gutenberg se fusionará con el core de WordPress y con esta ponencia intentaré a nivel de usuario básico, explorar toda la interfaz del nuevo editor y de paso explicar cada uno de los diferentes elementos que la componen, además intentaré acabar con todos esos miedos que existen hacia Gutenberg.
July 28, 2018 — Přednáška od Davida Biňovce na téma Gutenberg – nový WordPress editor.
July 17, 2018 — Keynote Speaker
With the coming addition of the Gutenberg editor, 2018 will be a landmark year of change for WordPress and everyone who uses it. In this talk, Nathan Ingram will dig into the subject of change and the similarity of the 15th century Gutenberg revolution to the Gutenberg revolution of today.
July 16, 2018 — Gutenberg is the next editor for WordPress. Designed from the ground up for usability, it brings big wins for users of WordPress along with some great possibilities for plugin and theme developers. Simplifying shortcodes and visual editing are just the beginning! See what is possible with the Gutenberg editor today and where the future can lead! Kevin will lead you through a jaunt of how to use Gutenberg right now, and show how you can get involved today!
July 9, 2018 — We will explore the existing major JavaScript API’s including wp.api – the bundled REST API client, wp.customize the improved JavaScript Customizer API, wp.codeEditor – the new code editor built into WordPress; wp.heartbeat – a powerful and easy client/server synchronization API; and wp.media – to leverage the media modal. We’ll also explore the future of WordPress JavaScript and look at the JavaScript APIs coming to WordPress including the APIs exposed by Gutenberg, and the WordPress npm packages including wp.hooks – JavaScript actions and filters matching the PHP versions.
July 9, 2018 — This talk explores the principles behind some of the original decisions behind Gutenberg. What does it mean to build around HTML and treating the user’s content as the privileged actor? How does Gutenberg work internally to power the editing experience? This talk dives on the technical side of the project and its implications for democratizing publishing.