Posts
-
Another way React Breaks HTML
Unsuspecting react users may come to believe that web components break react, but the truth is - as usual - exactly the opposite. Despite the superficial similarity to HTML, react's JSX language breaks the web platform's powerful native slot element.
-
Sorting and Dating 11ty Posts by Name
Organize and automate your 11ty blog's post structure with ISO dates and some quick JavaScript.
-
WebC Declarative Shadow DOM Slot Workarounds
A cheeky hack to make <slot> elements work as expected in 11ty's WebC framework.
-
Debugging GNOME Extensions with dbus-run-session
How to run a nested gnome session (wayland) so you can test out changes to a GNOME extension without having to log out.
-
Toggle Markdown Image Syntax with Treesitter