In reply to CMS media editor

Simple media editor

I got a simple media editor for my CMS working!

CMS media editor

You can upload images, then click them to copy the markdown image syntax like ![](/images/media-editor-demo.png).

April 17, 2026
Thread helpers

My CMS is pretty good! It’s nice that I can make “one-off” edits for things that are useful to me. For example, in my micro blog, I have threads. Managing threads was annoying on mobile, so I added a thread viewer on the side.

CMS thread viewer listing microblog posts in a thread

If the microblog post is a part of a thread, it shows you all the posts and makes it easy to continue that thread!

April 19, 2026
CMS image compression

I was trying to make a micropost for Hyperlocal, and my own CMS blocked me from doing so because the image was too big! I don’t remember asking my agent to do this, so I was impressed, but annoyed too. One prompt later, and I added client-side image compression. I might spin this into its own tool.

April 20, 2026