New Kitten release
• Fix: Kitten pages now properly set the HTML content-type header and success code. (Everyday browsers were being kind and assuming this but it was breaking the text-only elinks browser. Thanks to @thinkMoult for reporting this¹.)
New Kitten release
• Fix: Kitten pages now properly set the HTML content-type header and success code. (Everyday browsers were being kind and assuming this but it was breaking the text-only elinks browser. Thanks to @thinkMoult for reporting this¹.)
Mein herzliches Dankeschön geht an einen Kunstliebhaber in Deutschland für den Erwerb von Grußkarten mit meinem handgemalten Aquarellgemälde 'Katze im Herbstlaub'.
Ich wünsche dir und den Empfängern der Karten viel Freude damit!
Lots of growling behind the fridge...
Kitchen monsters?
No, no... Just the 3 kittens, now that they've discovered how good fish is...
Today is my Gotcha Day. 4 years ago, I moved in with this lady, aka Mom. At first, I didn't understand what she was looking at in that big black box, so I had to check it out. Then, I quickly realized my part was to strike a pose, so I did. I think I did well since the very first day. And it has been 4 years already.
#cat #cats #CatsOfMastodon #catstodon #photographercat #pets #pet #dslr #kitten #ragdoll #fyp #petphotography #eos #canon #canonphotography #gotchaday #kittensofmastodon
everyone look at paddington
btw if you're curious what they are eating on the floor, it was kibble they knocked out of the bowl and onto the floor
Just improved the responsiveness of the Kitten reference page (I just noticed it was rather broken on narrow viewports).
Trying out a simpler take on the automatically-generated table of contents.
Lots to do yet on the docs.
https://kitten.small-web.org/reference/
New Kitten release
• Fix for Markdown pages¹: import { Multiple, Exports } … and import { Foo as Bar } … now properly supported in front matter when importing components.
Enjoy!
¹ https://kitten.small-web.org/reference/#markdown-pages-page-md-files
New Kitten release
Fixes:
• Components with slotted content in Markdown pages¹ are now properly supported.
• Backticks in content slotted into components in Markdown pages are now automatically escaped.
Enjoy!
#Kitten #SmallWeb #release #markdown #fixes #components #web #dev
¹ https://kitten.small-web.org/reference/#markdown-pages-page-md-files
Scotch's brother Oliver was also irresistible #adoptdontshop #kitten #oaklandcountyanimalshelter
Scotch is sooooooo irresistable #adoptdontshop #kitten #oaklandcountyanimalshelter
Three portrait mode photos of Onion today. #photography #fotographie #nolasky #fotografia #kitten
New Kitten release
• New: Lovely new icons¹ and new callouts in Kitten Settings²
• New: Markdown now supports attributes and bracketed spans³
• New: client-side `kitten` global with `trigger` function for triggering events on the server from the client. (Useful when streaming client-side JavaScript when using Kitten’s Streaming HTML⁴ workflow. e.g., when you have to use a client-only web API like the Clipboard API but you want to keep all your logic on your server-side page.⁵)
• Fixed: The bound render function returned by `KittenComponent` class’s `component` getter now correctly awaits asynchronous templates. (In Kitten, you don’t have to care whether your templates contain promises. Kitten handles all that for you.)
Enjoy!
¹ https://kitten.small-web.org/reference/#icons
² https://mastodon.ar.al/@aral/114381983893061099
³ https://kitten.small-web.org/reference/#markdown-support (also see https://mastodon.ar.al/@aral/114381462302862256)
⁴ https://kitten.small-web.org/tutorials/streaming-html/
⁵ e.g., See how I use this to implement a copy to clipboard button in the database page of Kitten’s Settings: https://codeberg.org/kitten/app/src/branch/main/web/%F0%9F%90%B1/settings%F0%9F%94%92/db/index.page.js#L33 Of course, you don’t have to use this and you can just write client-side JavaScript or use the built-in Alpine.js integration. e.g., how I do it on the (older) settings/identity page: https://codeberg.org/kitten/app/src/branch/main/web/%F0%9F%90%B1/settings%F0%9F%94%92/identity/index.page.js#L7
Coming soon: Kitten’s Settings pages are shedding their emoji for elegant `kitten.icons` thanks to the recently integrated Phosphor icons set by @minoraxis and @rektdeckard
Coming soon: quite loving how much you can do in Markdown in Kitten now that I’ve added the ability to specify attributes and have bracketed spans.
Will release after I’m finished redoing the Kitten Settings pages with the new Kitten icons available at `kitten.icons`.