Skip to content

Commit

Permalink
Revert extensions._index.md table change
Browse files Browse the repository at this point in the history
  • Loading branch information
marisst committed Dec 19, 2024
1 parent 9bfa30b commit 4048ec5
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions www/content/extensions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@ htmx extensions are split into two categories:

## Core Extensions

| Name | Npm package name | Description |
|--------------------------------------------------|-------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|
| [head-support](/extensions/head-support) | htmx-ext-head-support | Provides support for merging head tag information (styles, etc.) in htmx requests |
| [htmx-1-compat](/extensions/htmx-1-compat) | htmx-ext-htmx-1-compat | Rolls back most of the behavioral changes of htmx 2 to the htmx 1 defaults. |
| [idiomorph](/extensions/idiomorph) | idiomorph | Provides a `morph` swap strategy based on the [idiomorph](https://github.com/bigskysoftware/idiomorph/) morphing library, which was created by the htmx team. |
| [preload](/extensions/preload) | htmx-ext-preload | This extension allows you to load HTML fragments into your browser's cache before they are requested by the user, so that additional pages appear to users to load nearly instantaneously. |
| [response-targets](/extensions/response-targets) | htmx-ext-response-targets | This extension allows you to specify different target elements to be swapped when different HTTP response codes are received. |
| [sse](/extensions/sse) | htmx-ext-sse | Provides support for [Server Sent Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events) directly from HTML. |
| [ws](/extensions/ws) | htmx-ext-ws | Provides bi-directional communication with [Web Sockets](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_client_applications) servers directly from HTML |
| Name | Description |
|--------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [head-support](/extensions/head-support) | Provides support for merging head tag information (styles, etc.) in htmx requests |
| [htmx-1-compat](/extensions/htmx-1-compat) | Rolls back most of the behavioral changes of htmx 2 to the htmx 1 defaults. |
| [idiomorph](/extensions/idiomorph) | Provides a `morph` swap strategy based on the [idiomorph](https://github.com/bigskysoftware/idiomorph/) morphing library, which was created by the htmx team. |
| [preload](/extensions/preload) | This extension allows you to load HTML fragments into your browser's cache before they are requested by the user, so that additional pages appear to users to load nearly instantaneously. |
| [response-targets](/extensions/response-targets) | This extension allows you to specify different target elements to be swapped when different HTTP response codes are received. |
| [sse](/extensions/sse) | Provides support for [Server Sent Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events) directly from HTML. |
| [ws](/extensions/ws) | Provides bi-directional communication with [Web Sockets](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_client_applications) servers directly from HTML |

## Community Extensions

The npm package name of community extensions follows the pattern of `htmx-ext-extension-name`, where `extension-name` is replaced with the extension name.
| Name | Description |
|--------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ajax-header](https://github.com/bigskysoftware/htmx-extensions/blob/main/src/ajax-header/README.md) | Adds an `X-Requested-With` header to all requests made by htmx |
Expand Down

0 comments on commit 4048ec5

Please sign in to comment.