#BlockEditor

2025-05-17

When will the block editor in WordPress become smooth on mobile? Even if you can handle it well on desktop, it’s hard to work on it on mobile. And it doesn’t make any fun.

It doesn’t scroll the editor to always show the last line while typing “long” content.

Adding a new block via Enter scrolls the whole editor weirdly, but not as expected. (The same applies to switching to a […]

kittsteiner.blog/blog/2025/blo

#BlockEditor #Fediverse #Mobile #Usability #WordPress

Micemademicemaker
2025-04-23

I have updated my WC Spots block plugin for WP 6.8+. Get it for free.

WC Spots – image hotspots for WooCommerce micemade.com/wc-spots-image-ho

WC Spots - a WordPress and WooCommerce block plugin for showcasing your products
Hans-Gerd Gerhardshgg@wp-social.net
2025-04-10

Yesterday I developed a design based on a great YouTube video by Jamie Marsland (youtube.com/watch?v=Y0tyPAOcwD) in which cards are stacked on top of each other. However, I only used the block editor without any CSS classes. The structure is therefore quite different from the video by Jamie Marsland. I may write another post about this at haurand.com.
However, I'm not sure whether this is accessible. What do you think?
#wordpress #blockeditor

2025-04-05

Wie kann man dafür sorgen, dass Beiträge sortiert nach Aktualisierungsdatum in der Übersicht (Archive) gezeigt werden? – Durch eine erstaunlich simple Änderung im Code-Editor beim Query-Loop (Abfrage-Loop) ist das möglich. Wie das funktioniert, zeige ich in dem folgenden Beitrag.

https://haurand.com/abfrage-loop-query-loop-im-code-editor-anpassen/

Liste mit Beiträgen (Abfrage Block) sortiert nach AktualisierungsdatumÄnderung des orderby-Attributes im Code-EditorSortierung nach Datum des Beitrags
2025-03-28

Still had enough energy and motivation to work on the latest feature for Form Block Pro: repeater fields. Now, only server-side validation is missing and the new version is finally ready to ship. 🎉

kittsteiner.blog/blog/2025/wor

#BlockEditor #Development #FormBlock #WebDev #WebDevelopment #WordPress

2025-03-20

WordPress 6.8 stellt eher ein „kleines“ Update dar. Schwerpunkte dieses Updates liegen auf der Verbesserung des Block-Editors, der Benutzerinteraktion speziell beim Website-Editor (Stichwort Full Site Editing), der Leistung, der Performance durch spekulatives Laden und der Sicherheit. Im folgenden Beitrag stelle ich die für User wichtigsten Dinge dar. WordPress 6.8 ist am 15.4.2025 veröffentlicht worden.

https://haurand.com/wordpress-6-8-ein-kleines-update/

Reset-Taste für die FarbsteuerungVerbesserungen im Zoom-Out-Modus
2025-02-28

Im Block-Editor (Gutenberg) kann man Schriftgrößen insbesondere bei Block Themes sehr flexibel anpassen. Doch wie nutzt man verschiedene Schriftgrößen innerhalb eines Blocks? In diesem Beitrag beschreibe ich, wie du Schriftgrößen bei einzelnen Wörtern in Blöcken wie Absatz, Button oder Überschrift ändern kannst. Keine Raketenwissenschaft 😉

https://haurand.com/verschiedene-schriftgroessen-in-bloecken/

geänderte Schriftgrößen in einem BannerBeispiel für einen hervorgehobenen Text durch eine andere SchriftgrößeAbsatz als HTML berarbeiten
2025-02-18

TIL in WordPress, you *can* create a block (for the block editor) that saves some fields to block attributes and others to post meta (custom fields) 💪

So why would I want to do that? I want the block to render in place in the page content, but I need some information from the post that can be injected into inline JS on the page. No need to parse the content and extract from the block, if that information is in post meta.

#WordPress #WP #BlockEditor

2025-02-10

Kann mir jemand eine gute Anleitung für den #Wordpress Ganzseiten-Editor empfehlen? Ich möchte eigentlich nur ein ganz schlichtes Design gestalten. Aber der Anfang ist echt verwirrend.

#Webdesign #blockeditor

2025-02-10

When not using separete core block assets in the block editor, your custom block styles will load on every page such a block exists, instead of only when the block style is selected.

Since this load is unnecessary, you can find a solution in my newest article how to fix this.

epiph.yt/en/blog/2025/block-ed

#WordPress #BlockEditor #BlockStyles #Core #Performance #WebPerf

2025-02-10

Wenn keine separaten Core-Block-Assets im Block-Editor aktiv sind, werden deine individuellen Block-Stile auf jeder Seite geladen, auf der ein solcher Block existiert, statt nur, wenn der Block-Stil tatsächlich verwendet wird.

Da dieser Ladevorgang unnötig ist, findest du eine Lösung dafür in meinem neuesten Artikel.

epiph.yt/blog/2025/block-edito

#WordPress #BlockEditor #BlockStile #Core #Performance #WebPerf

2025-02-02

Dashboard Changes

Midjourney AI-generated image of a "simplified dashboard". WARNING: the following deals with the options for the WordPress Dashboard Interface. Unless you have an interest in getting confused, I would skip reading this post. Last week, WordPress sent out an announcement regarding the change to the WordPress.com Dashboard (LINK). I will be the first to admit the announcement left me confused, and this post is an attempt to clarify some of that confusion for me and any interested readers. WPcomMaven authored a post about it (LINK), but even that left me somewhat confused for the reasons I mention below. We begin with the core of the WP announcement: ...supporting two different interfaces—Calypso and the standard wp-admin interface—has become increasingly challenging. It meant duplicating efforts, diverging from standard WordPress advancements, and creating unnecessary complexity for our users.By transitioning all WordPress.com users to the standard wp-admin WordPress interface, we aim to: . . .blah, blah, blah, improve user experience, blah, blah, blah. Years of using WP have taught me one thing: what they consider an improvement in the user experience vastly differs from my and other users' perceptions. The chasm is so vast, in fact, that I still maintain the people who program WP's interfaces have no experience with authoring posts. Worse, they seem focused on making the process of generating content an ever-increasing pain in the ass. So, why am I confused? I've not seen or experienced any change in the look and feel of my dashboard or workflow. That's not to say it won't come, but that is partly why I'm posting this; to document my current Dashboard options. Right, let's get to it! […]

dispersertracks.com/2025/02/01

2025-01-29

Das Stylebook ist über den Website-Editor bei Block Themes wie Twenty Twenty-Five zugänglich und stellt eine benutzerfreundliche Oberfläche zur Verfügung, um z. B. eine Vorschau aller Blöcke zu erhalten und globale Stile anzupassen. In diesem Beitrag beschreibe ich einerseits die grundsätzliche Funktion des Stylebooks. Zusätzlich zeige ich, wie man z. B. beim Button-Block einen Hover-Effekt per CSS erstellt.

https://haurand.com/stylebook-bei-block-themes/

Stylebook im Website-Editor bei Block Themes wie Twenty Twenty-FiveÜbersicht Stylebook bei Twenty Twenty-FiveEinstellungen und Eigenschaften bei Button im Stylebook eines Block Themes
2025-01-27

Even though the inline formatting in the block editor is meant to format existing text, you can also add or remove content with it. I needed it in a project, so I wrote down how it works.

epiph.yt/en/blog/2025/block-ed

#WordPress #BlockEditor #Inline #Formatting

2025-01-27

Auch wenn die Inline-Formatierung im Block-Editor dafür gedacht ist, bestehenden Text zu formatieren, kannst du darüber auch Inhalt entfernen oder hinzufügen. Das brauchte ich für ein Projekt, daher habe ich heruntergeschrieben, wie es funktioniert.

epiph.yt/blog/2025/block-edito

#WordPress #BlockEditor #Inline #Formatierung

Einstieg in WordPressblog@einstieg-in-wp.de
2025-01-19

Was ist neu in der 6. Auflage?

Die 6. Auflage des Einstieg in WordPress 6 ist seit heute verfügbar, und in diesem Beitrag zeige ich, was neu ist.

[…]

einstieg-in-wp.de/was-ist-neu-

#BlockEditor #BlockThemes #TwentyTwentyFive #WebsiteEditor #WordPressUpdates

Mindmap mit den Kapiteln für den Einstieg in WordPress 6 im Jahre 2025
Seth Of The Fediverse!phillycodehound@indieweb.social
2025-01-06

I built a whole site using the #BlockEditor in #WordPress. This is my take.

1. not intuitive at all
2. might be easier if you've never used WordPress in the past
3. still very much beta
4. items and properties are nestled inside other areas
5. did I mention... not intuitive at all

Ugh.

Jochen Gererstorferj0e
2024-12-25

Ich habe die wichtigen WordPress Block Plugins getestet.
Die drei Gewinner solltest du kennen.

bloggerpilot.com/block-sammlun

2024-12-20

WordPress: Blöcke umwandeln

WordPress - Editor auf Android-Mobilgeräten:
Einen Listen-Block nachträglich in einen aufklappbaren Details-Block umwandeln.

borisstumpf.de/2024/12/wordpre

#Android #BlockEditor #Wordpress #WordPressEditor

2024-12-16

Form Block crossed the 200+ active installation mark! 🎉
Time to celebrate with the newest version 1.5.0, which includes a new fieldset block, even more improved accessibility functionality, and more …

epiph.yt/en/blog/2024/form-blo

#WordPress #Form #Plugin #Block #BlockEditor #Accessibility #A11y

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst