Commit Graph

2251 Commits

Author SHA1 Message Date
Carson Gross
43330fc028 team content 2025-10-29 19:45:18 -06:00
Carson Gross
d59babf7fa fix history note 2025-10-29 12:18:29 -06:00
Carson Gross
de1621dd5a more website cleanup 2025-10-29 12:01:29 -06:00
Carson Gross
3f68b47926 website update 2025-10-29 11:23:17 -06:00
Carson Gross
b588ae7c33 website update 2025-10-29 11:09:35 -06:00
Carson Gross
5a9a9b7e8e add docs for /wwww 2025-10-29 07:09:48 -06:00
Carson Gross
b3ad4cb292 site update 2025-10-29 06:55:31 -06:00
Carson Gross
26aa4ad212 Merge branch 'four' into website-rework 2025-10-28 20:50:25 -06:00
Carson Gross
7a5b18a38d docs 2025-10-28 12:20:51 -06:00
Carson Gross
186c3d948d basic docs on the scripting API 2025-10-28 12:09:33 -06:00
Carson Gross
1b6127731b website work 2025-10-28 10:28:32 -06:00
scriptogre
db09daa7ac update SSE section in docs.md 2025-10-28 18:07:14 +02:00
scriptogre
314a540bc8 replace <partial> with <htmx-action type="partial"> 2025-10-28 16:29:07 +02:00
Carson Gross
82d2e580fd i declare outerHTML default ANETHMA 2025-10-28 05:37:14 -06:00
Carson Gross
bfc378d07d server side include 2025-10-28 05:15:50 -06:00
Carson Gross
d36dbf8b05 trying out some different styling 2025-10-27 21:29:52 -06:00
Carson Gross
8429333c9d docs cleanup 2025-10-26 21:58:18 -06:00
Carson Gross
6ff58703c8 initial migration guide 2025-10-26 21:33:25 -06:00
Carson Gross
c78ae8a9bf content fixes 2025-10-26 20:55:40 -06:00
Carson Gross
9ef4006e78 update attributes 2025-10-26 20:42:19 -06:00
Carson Gross
404e3861ee first pass over docs 2025-10-26 18:42:11 -06:00
Carson Gross
48dfd56501 test deploy 2025-10-26 16:12:52 -06:00
Carson Gross
2d0839a928 move code into four branch 2025-10-26 13:26:44 -06:00
Carson Gross
022e53c0a1 prep 2.0.8 release 2025-10-24 20:45:52 -06:00
Carson Gross
41c55c941e prep 2.0.8 release 2025-10-24 20:43:15 -06:00
Carson Gross
49d6aa3752 prep 2.0.8 release 2025-10-24 20:42:29 -06:00
Carson Gross
a6c3323e61 Merge branch 'master' into dev 2025-10-24 20:38:00 -06:00
Simon Hartley
915a240de5 Docs: update extension versions so correct file is served by jsDelivr (#3478)
Docs: update extension versions so the correct file is served by jsDelivr

Co-authored-by: scrhartley <scrhartley@github.com>
2025-10-18 21:48:42 -06:00
MichaelWest22
83a1449a89 Add pushUrl option to ajax api and improve hx-location push url handling (#3404)
* add pushUrl option

* Remove duplicate save to history

* Improve pushUrl and hx-location url handling

* Add replace option to api as well

* minor wording change

* push headers support true

* roll back anchor support for header base paths except for true case

* add selectOOB and simplify ajax helper

* Remove refactor

* reverse order of push/replace

---------

Co-authored-by: MichaelWest22 <michael.west@docuvera.com>
2025-10-17 13:15:43 -06:00
Deniz Akşimşek
deecda151c Add alt text to images in content and examples (#3423) 2025-10-17 13:11:02 -06:00
MichaelWest22
69ecb9f85d minor spelling fix in htmx.js and api.md (#3476)
minor spelling fix

Co-authored-by: MichaelWest22 <michael.west@docuvera.com>
2025-10-17 12:46:53 -06:00
Jean Raby
148fc95cbc typo: appreach -> approach (#3475) 2025-10-17 16:57:53 +13:00
Mihai
e2faeaf7a9 Fix typo in reference.md (#3469) 2025-10-17 00:26:44 +13:00
Blake Deckard
887524c734 Fix typo in vendoring.md (#3458) 2025-10-17 00:20:34 +13:00
Mike Dalrymple
4e183e6da4 Fix typo: idiomorph.md (#3460)
typo: changes 'being' to 'begin'
2025-10-16 11:03:44 +13:00
Carson Gross
014cd4ee69 clean up sponsorships 2025-10-14 05:29:17 -06:00
MrPowerGamerBR
0da136f4a5 Add Primer.js to the Hypermedia Research section (#3464)
* Add Primer.js to the Hypermedia Research section

* Include date, move the names to within the parenthesis to make it consistent with the other links
2025-10-08 08:26:15 -06:00
Carson Gross
2d0c0f1b56 add essay to "On The Other Hand..." 2025-09-23 07:21:39 -06:00
Carson Gross
81a6e25fb9 update htmx sha 2025-09-09 15:34:48 -06:00
Carson Gross
96d361d440 Merge branch 'master' into dev 2025-09-07 12:15:00 -06:00
Carson Gross
ccdce87ec3 Merge branch 'master' into dev
# Conflicts:
#	www/content/docs.md
2025-09-07 12:14:25 -06:00
Carson Gross
449c8e9531 prep next release 2025-09-07 12:13:49 -06:00
letianpailove
d5de7d4a03 Fix minor typos and grammar in documentation (#3400)
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.
2025-09-02 17:52:57 -06:00
Yami Odymel
458ae04d17 Update hx-swap-oob.md typo: excapsulate -> encapsulate, Fixed #3406 (#3407) 2025-09-02 17:52:29 -06:00
Carson Gross
e4f8fe9a77 Merge remote-tracking branch 'origin/master' 2025-08-02 08:24:21 -06:00
Carson Gross
d7507ddf2c add trackity logo 2025-08-02 07:48:41 -06:00
Yawar Amin
d818268c4c Update CSRF recommendation (#3383)
Adjust CSRF recommendation
2025-07-21 22:43:36 -04:00
Alexander Petros
2289e3176e Add note about the loading mechanism to quirks page (#3387) 2025-07-21 22:42:49 -04:00
Adrian Hesketh
7ae66f9b33 docs(essays): add templ to list of template languages that support fragments (#3382)
docs: add templ to template languages that support fragments
2025-07-20 15:16:32 -04:00
gastendonk
29363deb1a Update click-to-edit.md (#3172) 2025-07-18 11:32:48 -06:00