629 Commits

Author SHA1 Message Date
Carson Gross
3e1a3934c9 Merge remote-tracking branch 'origin/master' 2024-11-24 18:00:51 -07:00
Carson Gross
f600eb8550 essay fix 2024-11-24 18:00:42 -07:00
Alec Gargett
6067f4d5d7
fixed minor typo "and" --> "an".md (#3035) 2024-11-24 17:19:35 -05:00
Carson Gross
aa9434e002 Merge remote-tracking branch 'origin/master' 2024-11-24 13:01:09 -07:00
Carson Gross
b9cafa3ffa Merge branch 'master' into codin-dirty-essay 2024-11-24 13:00:33 -07:00
Carson Gross
4ba6852aea finish codin' dirty essay 2024-11-24 13:00:26 -07:00
Simon Hartley
7415f395b2
[Documentation] Fix link in web socket extension docs (#3026)
Co-authored-by: scrhartley <scrhartley@github.com>
2024-11-19 09:47:29 +01:00
Simon Hartley
7879d2e3bc
[Documentation] Add missing htmx:sendAbort event (#3024)
Co-authored-by: scrhartley <scrhartley@github.com>
2024-11-17 10:24:16 +01:00
Simon Hartley
001f9e024a
[Documentation] Fix incorrect link (#3022) 2024-11-15 09:57:00 +01:00
Carson Gross
dba0fcf7e6 update video 2024-11-14 15:32:00 -07:00
Alexander Petros
b4ebb527a1
WC essay typo fixes (#3021) 2024-11-14 08:54:21 +01:00
Alexander Petros
82eb2a635a
Fix name on essay (#3019)
Fix name on essay
2024-11-13 17:24:46 -07:00
Alexander Petros
ccbc101dd8
Add web components essay (#3018) 2024-11-13 15:20:56 -07:00
Sascha Woo
df73ff2a7a
Add missing disableInheritance documentation (#3017) 2024-11-13 16:05:04 +01:00
Markus Unterwaditzer
79b6504d63
Fix wrong cursor style in webring (#3015) 2024-11-12 07:53:34 +01:00
Simon Hartley
d39dd0e576
[Documentation] Add missing default extension points (#3014) 2024-11-12 07:52:13 +01:00
Carson Gross
ec955496ed reorganize essays 2024-11-07 15:55:58 -07:00
Carson Gross
a2b868833c Merge branch 'master' into codin-dirty-essay 2024-11-07 15:19:48 -07:00
Carson Gross
3dc73f6d04 reorganize essays 2024-11-07 10:19:19 -07:00
Pouria Ezzati
5de1c76f6c
Add Next.js to htmx essay (#3002)
add next.js to htmx essay
2024-11-07 10:16:25 -07:00
Carson Gross
e5e8d9c38d Merge remote-tracking branch 'origin/master' 2024-11-05 12:28:28 -07:00
Carson Gross
b37b438c4f remove single line closing angle brackets wft 2024-11-05 12:28:17 -07:00
Lee Phillips
e88bc9b35b
Update server-examples.md (#2996)
Add links to two Julia projects by Lee Phillips.
2024-11-03 22:20:37 -06:00
Maik Jablonski
5d27ee7856
Added Jeasx example for template fragements (#2991) 2024-11-02 09:25:24 -06:00
maddalax
b9c25acf64
Add htmgo to server examples (#2992)
* add htmgo

* move
2024-10-31 09:31:20 -06:00
Rob Zimmerman
d39a598e0b
Fixing a typo in confirm.md (#2988)
`evt` is not the correct variable name here - it should be `e`.
2024-10-31 10:18:01 +01:00
Carson Gross
841df9b6e6 fix link 2024-10-28 10:45:51 -06:00
Carson Gross
0a62d025cf Merge remote-tracking branch 'origin/master' 2024-10-27 16:49:52 -06:00
Carson Gross
3517c734e5 add sponsor 2024-10-27 16:49:43 -06:00
Simon Hartley
1a1b4a1613
docs: Fix typo (#2984) 2024-10-27 08:00:33 +01:00
Simon Hartley
70da8e43a6
Fix typo on extensions page (#2983) 2024-10-26 09:17:22 +02:00
Simon Hartley
43e703bda1
Fix link to no-cache extension readme (#2981) 2024-10-25 08:55:40 +02:00
Spencer Brown
2617bbded6
"Download a Copy" in the doc points to old release 2.0.2; this PR changes it to 2.0.3 as it should be (#2980)
Fix "Download a copy" link to point to current 2.0.3
2024-10-25 08:54:28 +02:00
Paweł Korzeniewski
ff6964b6a5
Add missing word in previous CSS selector documentation (#2977) 2024-10-23 08:34:32 +02:00
Carson Gross
3a105a900b Merge remote-tracking branch 'origin/master' 2024-10-17 07:35:17 -06:00
Carson Gross
10658a049b remove 2024-10-17 07:35:09 -06:00
grugBraid
b6af863e52
Add link to contact-app built in Blazor (#2970)
* Added htmx contact app using Blazor SSR

* add back whitespace
2024-10-17 09:46:09 +02:00
Carson Gross
c5e82ba49f Merge remote-tracking branch 'origin/master' 2024-10-14 06:16:56 -06:00
Carson Gross
0d217e9b09 add photoquest to webring.md 2024-10-14 06:16:47 -06:00
Carson Gross
49d3fab984 more work on essay 2024-10-14 06:15:10 -06:00
Paweł Korzeniewski
0ce391e924
Use correct extended CSS selector name in hx-trigger notes section (#2964) 2024-10-13 10:08:10 +02:00
Carson Gross
6cb5050994 Merge branch 'master' into codin-dirty-essay 2024-10-12 12:02:44 -06:00
youssame
56ca3eeef2
docs: Fix typo in URL to prevent broken link redirect (#2962)
Doc: Fix typo in URL to prevent broken link redirect
2024-10-11 18:21:42 +02:00
MichaelWest22
1242977d11
improve hx-preserve documentation (#2949) 2024-10-07 18:58:49 +02:00
eikek
8a60c695bf
Add htmx4s to scala server-examples (#2722)
Add htmx4s to scala examples
2024-10-05 09:40:57 +02:00
Viktor Szépe
e64ca1ff38
Fix typos in docs (#2943) 2024-10-05 09:38:40 +02:00
Carson Gross
defcf160d8 add moveBefore() demo 2024-10-04 13:15:07 -06:00
Carson Gross
b19e2f7dab add moveBefore() demo 2024-10-04 13:04:58 -06:00
Carson Gross
52f8076dcf Merge remote-tracking branch 'origin/master' 2024-10-04 11:53:48 -06:00
Carson Gross
d6e17abb13 final doc fix 2024-10-04 11:53:03 -06:00