Eventually got around to finishing GTA V in 2024. Still a great game.

I'm fully on board the web component train now πŸš‚

My little personal UI library is coming along quite nicely using Lit, now to see I get on exporting them for use in other projects...

Could 2024 be the year I get back to posting to my own website? I've got a bad track record, but maybe this is the year...

So there I am walking along an empty street, not really paying much attention to where I'm going, and I kid you not I step directly on a banana peel, slip and fall on my arse. I thought it was a myth or a nonsense joke. But now I know it's a real life danger.

After 5+ years of messing around with it, I think I'm finally approaching an actual launch for https://todomap.xyz Please feel free to try it out and let me know what you think πŸ™

#100days 99 - Converted the alignment functionality in the PostrChild extension to be more reusable. It's now a higher order component that can be wrapped around blocks as needed.

#100days 98 - Also added better code block support to the PostrChild extension and improved how code blocks are shown on my site too.

#100days 97 - Applying what I figured out yesterday I added audio and video pasting support to the PostrChild extension.

I think I could be close to having it feature complete by the end of this #100days challenge

#100days 96 - Got pasting images working in the PostrChild extension. Now that is figured out it should be easy to do the same thing for video and audio files.

#100days 95 - Got the autosuggest working in PostrChild again by keeping the editor state more consistent. It may have a side-effect of not being able to update the editor content by passing new props. But I don't see that as much of an issue as the only time it is really needed is on first load to pre-fill from the cache or url parameters.