-
I Contributed To Discussion: Bring post formats to block themes for Gutenberg
Original I know this is a long conversation, but want to add into this that the entire reason why I’m using post formats is because it is the only way to create different types of content on a website using the mobile app. I use my entire site as a central hub, and that means […]
-
I Released A WordPress Plugin Template Using PHPNomad
This is a template for building WordPress plugins using PHPNomad for structured setup and PHPScoper to safely compile and isolate dependencies. This template allows for the creation of plugins that can be used alongside other plugins using the same libraries without causing conflicts.
-
Delta Kite GoPro Mount
On one end, you loop a string onto your kite string, and add foam tape to the other end. The idea is that the foam tape will pinch on the keel tight enough, and the tight string and keep keeps the camera relatively steady. I got decent results with this version, but it could be improved with a better mechanism to grip the keel, and would also benefit from being a little easier to print.
-
Laptop Wall Brackets With Airflow
I needed to mount a laptop to the wall to maximize the limited desktop space. I also wanted to make sure the laptop had enough airflow to keep it cool when it was running, and also a design that would allow me to open the lid without removing the laptop from the wall in the process.
-
A Litany of Potential Improvements.
After importing over a decade of tweets into my site, I had several improvements to offer to the import utility I used. I compiled my changes to the code, and submitted it as a pull request, detailing what I needed, and why.
-
JSON-Based Component Rendering Proof-of-concept
I think this is a key component of the future of WordPress, since doing it this way would enable any future admin UI to work natively in an iOS application as well as a web application. You would still have two apps, but everything that actually renders the output is based on the JSON, and therefore can be extended easily.
-
I Created a Free Dockerized WordPress Dev Setup For Integration Testing
I’ve really struggled over the years to find a good local WordPress setup, and I think I finally have something that I love. It’s been incredibly effective, fast, and adaptable to not only my specific plugin scenario, but with a few tweaks to the script, can be used to set up a local environment for just about any WordPress setup.
-
Old URL used when uploading media from the WordPress APP via the block editor
I submitted a bug report for the Cloudinary plugin, related to the mobile experience when uploading media using the WordPress app.
-
Fields API Chat Summary: September 13th, 2023
As we dig deeper into what the Fields API can and should be, we’ve touched on some intriguing topics. From datastores to CRUD functionalities, our discussions are aimed at ensuring that the API is not just powerful today, but remains relevant and adaptable for the long term. Your feedback and input are invaluable in shaping the future of this project.
-
Pitch – JSON Approach For the Fields API
I started working on a very rough PoC earlier this week, and it helped me form an opinion on how I think the fields API could work. I think there’s some pretty good ideas here that would allow us to implement the fields API without disrupting WordPress backcompat.