-
I Rebuild My Site as a Block Based Theme – Here Is What I Learned
I’ve been keeping my eyes on Full Site Editing within WordPress for quite some time now. And have made a few attempts at building a “Block-Based Theme”. The last time I had tried it was in December of 2020. And since then there has been a lot of movement. So I wanted to try again…
-
Building great experiences in the new editor – WordCamp Europe 2021 Talk
This Post is a written version of the Presentation I gave at WordCamp Europe 2021. There are two aspects that we will be focussing on: Who are we optimizing for and what do they value most? What can we do across the board to improve the experience? The goal we should be setting for ourselves…
-
The Power of
multiline
in the RichText ComponentThe RichText component in the @wordpress/block-editor package is super powerful in general. But there is once feature that I have not really come across too often. If you want to make elemtns like for example lists editabe you can set the tagName to ul and then add the property multiline with the value of li.…
-
I’m speaking at WordCamp Europe 2021
This is super exciting for me!!! I was just confirmed as a Speaker of this years WordCamp Europe. I’m super excited to get to speak about Building great user experiences in the new Editor. If you know me already you know that this is a real passion of mine and I am thrilled that I…
-
Using the @wordpress/env package for local development
Every time I start a new small WordPress plugin I run into the same question. “What’s the fastest / easiest way to get working on the actually project?” And for a while now the answer for this question for me personally has been @wordpress/env. The @wordpress/env package can get installed through NPM and offers an…