WordPress
-
AI writing uses Em dashes too much. AI design uses an eyebrow heading far too often. I wonder what other AI tells we’ll pick up?
-
As part of Automattic’s Radical Speed Month I’ve been working on a system to automatically (heavy asterisk here) convert a Figma design into a usable WordPress Block theme. What came of that was Neptune, a terminal app which provides a series of functions to poll through a Figma design, gather context and artefacts, and then…
-
Whilst these text based instructions are fantastic for hosting in a repo, how can we account for multiple developers working in the same repo but using different AI tools? If I had to vote for an existing route, I think AGENTS.md is the most elegant. If I could offer my own implementation, I think .agents/rules.md…
-
TL:DR I made Snake in React and it runs in a Gutenberg editor block. Try it out in one click on WordPress Playground. The code is of course open source and available over at my Github. The actual Snake game is adapted from MaelDrapier’s React Simple Snake, and whilst that is even available on NPM,…
-
First, the code. Add this as a plugin, an mu-plugin, or a snippet straight into functions.php I’m really excited by all of the upcoming HTML modification API’s in WordPress. Since 6.2 we’ve had the WordPress HTML Tag Processor API which allows parsing HTML without REGEX, and then allows modifying attributes on elements. That’s basically what…
