993 Commits

Author SHA1 Message Date
Carson Gross
8bba9c140a edits 2022-05-27 12:16:49 -06:00
Carson Gross
0d50bc85fa edits 2022-05-27 11:57:53 -06:00
Carson Gross
2b6a4389cd edits 2022-05-27 11:29:57 -06:00
Carson Gross
f99a747017 Merge remote-tracking branch 'origin/master' 2022-05-27 09:52:55 -06:00
Carson Gross
9f2aeec184 handle corner case where demo doesn't use the normal canvas (modals)
fixes https://github.com/bigskysoftware/htmx/issues/780
2022-05-27 09:52:47 -06:00
Nathaniel Sabanski
b546c5d69d
Docs: Hotwire / Turbo to htmx Migration Guide (#911)
* Initial commit for migration guide.

* Added notes on Turbo Drive, Turbo Frames, Stimulus
Simplified hx-boost.
Added Hotwire / Turbo migration guide to examples.
Simplified language. Less is more.
Added Redirect after form submission section. Added references to hotwire docs.
Consistency.
First pass on Event interception / pausing.
Naming convention note.
Naming convention notes.
Reference to Event Naming in htmx manual.
Added hyperscript as an alternative solution to event interception / pausing.
Added async notes to Event interception / pausing area.
Simplified language.
Less words.
Added section on disabling buttons during submission.
Less words.
Event naming consistency.
Short is sweet.
Updated hyperscript example.
Comparing htmx and Hotwire.
Revised htmx vs Hotwire / Turbo
Revised htmx vs Hotwire / Turbo
Revision to htmx vs Hotwire / Turbo
Revised htmx vs Hotwire / Turbo

* Clarification of kebab case vs camel case.
2022-05-27 09:42:24 -06:00
Carson Gross
cc6dba15b0 add link 2022-05-27 08:57:34 -06:00
Carson Gross
cd8cf8fd09 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	www/essays/a-response-to-rich-harris.md
2022-05-27 08:56:08 -06:00
Carson Gross
cf4889bae8 fix typo 2022-05-27 08:55:30 -06:00
dan-osull
898c22578d
Further doc fix for #895 (#910) 2022-05-26 17:04:41 -06:00
Nathaniel Sabanski
e350ea2676
Update hx-boost.md (#909) 2022-05-26 17:02:59 -06:00
Cory Zue
ef1d0fdbe0
Fix typo in bulk-update example (#914) 2022-05-26 17:02:43 -06:00
Dosenpfand
a576327c74
Fix dead links, typo, trailing white spaces (#924) 2022-05-26 17:02:30 -06:00
Nathaniel Sabanski
0f3c115e7e
Added missing documentation: htmx:timeout event (#921)
* Added missing htmx:timeout

* Added missing htmx:timeout documentation.

* Added helpful description to htmx:timeout
2022-05-24 06:34:10 -06:00
Carson Gross
f7b73e6e38 https://github.com/bigskysoftware/htmx/issues/881 2022-05-12 19:36:39 -06:00
Carson Gross
52267f5c74 doc fix for https://github.com/bigskysoftware/htmx/issues/895 2022-05-12 19:31:32 -06:00
Felix Ingram
caf838f2de
Update hx-boost.md (#874) 2022-05-12 16:47:59 -06:00
Qori El-Hafizh
c91f87727d
Fix a typo in reference.md (#897)
"has been moved to an extension"
2022-05-12 16:43:42 -06:00
Ben Croker
6a7df0a8c1
More code sample improvements 2022-05-01 13:33:52 +02:00
Ben Croker
51959e41db
Fix spacing 2022-05-01 13:28:01 +02:00
Ben Croker
fda66d7b8f
Fix spacing 2022-05-01 13:25:29 +02:00
Ben Croker
9083ad86d1
Fixed code sample indentation 2022-05-01 13:20:40 +02:00
Ben Croker
218976c5ba
Fixed headings and levels 2022-05-01 13:03:15 +02:00
Ben Croker
9623a32626
Fix header level 2022-05-01 12:45:28 +02:00
Ben Croker
cdc494d7b7
Consistent lower case 2022-05-01 12:23:57 +02:00
Ben Croker
96a3f45b59
Added heading for clarity 2022-04-29 21:39:03 +02:00
Ben Croker
4f3bb039b3
Removed hard-coded number 2022-04-29 21:36:59 +02:00
msladecek
9dfc713191
fix links to web-sockets extension page (#841) 2022-04-07 13:41:20 -06:00
Jonathan Berger
75043b2ae1
Fix broken response headers links (#843) 2022-04-07 13:40:54 -06:00
Adam Johnson
0b52a8c6a3
Update installation instructions (#851)
As per #800.

* Recommend downloading htmx as the main way of installing it.
* Cover npm installation in a bit more detail.
* Note the downsides of unpkg.com and always recommend with the integrity SHA.
* Use `<script defer>` in all `<script>` examples. This tells the browser to defer the parsing and processing of the script until all content is on display, increasing performance. [See HTML spec diagram](https://html.spec.whatwg.org/multipage/scripting.html#attr-script-defer).
2022-04-07 13:40:37 -06:00
snan
904d5e12a9
Remove double period (#852)
One sentence ended like this..
2022-04-07 13:38:24 -06:00
Adam Johnson
ee5c96b399
Improve HX-Push and hx-push-url documentation (#853)
Expand descriptions, remove duplicate information on HX-Push, and add relevant links to MDN and `hx-history-elt`.
2022-04-07 13:38:00 -06:00
James Gardiner
b8c7f63feb
Fix typo in hypermedia-apis-vs-data-apis.md (#855) 2022-04-07 13:37:34 -06:00
Michael Salihi
1ebfbb8df9
Add Clojure babashka link (#856) 2022-04-07 13:37:15 -06:00
Ruben Nielsen
78940dae3e
Add missing header (#861)
oob-swap wasn't in the headers, making it hard to find, and incidentally a pretty important feature.
2022-04-07 13:36:51 -06:00
Deniz Akşimşek
4e4cdf0fee
Update locality-of-behaviour.md (#865) 2022-04-07 13:33:39 -06:00
YesSeri
02d16540a7
Removed two links that don't work (#868)
thank you!
2022-04-07 13:33:05 -06:00
Adam Johnson
d129a3dc10
Rewrite scheme-relative URL’s to https (#870)
Scheme-relative URL’s were invented when HTTPS was slow, so HTTP pages could load resources insecurely, but a little faster. There’s no need to use them now as HTTPS is fast, and everything should be secure.
2022-04-07 13:30:43 -06:00
Adam Johnson
3ddf162d78
Document outerHTML limitation on <body> (#871)
Fixes #790.
2022-04-07 13:30:03 -06:00
Ben Croker
a5a290809c
Simplify htmx.trigger example 2022-03-28 11:25:00 +01:00
carson
9e3d33f90d fix link 2022-03-02 10:18:18 -07:00
carson
2e341fe6d6 Merge remote-tracking branch 'origin/master' 2022-03-02 08:55:02 -07:00
carson
7777452d28 fix integrity sha 2022-03-02 08:52:04 -07:00
Ben Croker
863f20e5f5
Improved alpine-morph description 2022-03-01 11:00:45 +00:00
Ben Croker
9081545706
Added the word "extension" 2022-03-01 10:47:11 +00:00
Ben Croker
69d26f9f4f
Moved hx-swap into correct position 2022-03-01 10:29:49 +00:00
Ben Croker
1df8b2dc8c
Moved hx-disinherit into correct position 2022-03-01 10:28:39 +00:00
carson
b4c83ca811 fix integrity sha 2022-02-24 16:10:44 -07:00
carson
d9f067fbfc narrow example 2022-02-23 14:10:06 -07:00
carson
93a99afea7 update website 2022-02-22 06:24:01 -07:00