This PR fixes two minor issues in the documentation:
Double negation typo
Original: hx-boost does not not update the <html> or <body> tags...
Fixed: hx-boost does not update the <html> or <body> tags...
Explanation: Removed a duplicated "not".
Grammar and consistency in terminology
Original: The MDN Article provide a good jumping off point...
Fixed: The MDN Article provides a good jumping-off point...
Explanation:
Corrected subject-verb agreement (article → provides).
Added hyphens in "jumping-off point" as a compound adjective.
* docs: add module import instructions for idiomorph extension
Fixes#3349🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* use the right import path
* Restore example to make it consistent in the examples
* fix manual bundle instructions too
* remove unnecessary script tag
* remove unminified version as well since it's not needed for htmx integration
* clear instruction on using min version with htmx
---------
Co-authored-by: Claude <noreply@anthropic.com>
Without this, in dark mode the [hx-indicator](https://htmx.org/attributes/hx-indicator/) demo button has white text on white background. Switching to `Canvas` means the button background will be black in dark mode.
This is a similar fix to #2719, though we can’t use `primary` here as it would make the indicator "bars.svg" image almost invisible.
Add a HTMX CEO's website
It seems like personal sites aren't allowed as per #2186, however it was closed because it was "Not exactly an htmx showcase." so I'm not exactly sure if it's that personal sites aren't allowed, or it's that the site didn't showcase HTMX.
I'd argue my site is webring-worthy because it relies nearly completely on HTMX and hyperscript, shows that HTMX and hyperscript can create very [fast](https://pagespeed.web.dev/analysis/https-thomasricci-dev/6tey5ptzsx?form_factor=desktop) websites, and has had (some) popularity w/ [HTMX on twitter](https://twitter.com/RudRecciah/status/1749007532734235134).
I'd love for it to be added, but if that's not an option that's okay.
Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
* Improve history support and events
* Improve history event overrides
* Improve history support and events
* Improve history event overrides
* Update Documentation of new event changes
* Add event testing for updated events
* update event doco and rename to historyElt to be consistent
* Improve history support and events
* Improve history event overrides
* Update Documentation of new event changes
* Add event testing for updated events
* update event doco and rename to historyElt to be consistent
* Fix loc coverage test coverage
* Standardize history restore functions to use proper htmx swap functions
* Add test for hx-history-elt attribute
* Fix broken merge conflict resolution
* adding javalin-htmx examples to server integration examples
Adding two examples of using htmx with the javalin server library
* Update www/content/server-examples.md
Co-authored-by: Vincent <vichenzo-thebaud@hotmail.com>
---------
Co-authored-by: Vincent <vichenzo-thebaud@hotmail.com>