fun little project vibed last night was a small refactor of my JavaScript into the classic HTMX/Alpine power-duo. Turned into a huge boondoggle!
A problem with my site construction is related to my instantiation order of my scripts, where my admin page for editing these posts relies on a specific ordering of the file requires. It's a fault of my original design, so I need to go back to the drawing board with my html parser for the blog markup.
Oh, right: I write these in raw HTML. Markdown is a waste of time for anything more complex than simple paragraphs. I use an autocomplete for tags that is coded in JavaScript. It's a nice UX I've found.