Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions www/content/extensions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ htmx extensions are split into two categories:
<td>{% markdown() %} [hx-drag](https://www.npmjs.com/package/hx-drag) {% end %}</td>
<td>{% markdown() %} This extension allows htmx requests to be sent for drag drop {% end %}</td>
</tr>
<tr>
<td>{% markdown() %} [hx-keep](https://www.npmjs.com/package/hx-keep) {% end %}</td>
<td>{% markdown() %} Cache forms and html content on the client to persist state across refreshes {% end %}</td>
</tr>
<tr>
<td>{% markdown() %} [dynamic-url](https://github.com/FumingPower3925/htmx-dynamic-url/blob/main/README.md) {% end %}</td>
<td>{% markdown() %} Allows dynamic URL path templating using `{varName}` placeholders, resolved via configurable custom function or `window.` fallback. It does not rely on `hx-vals`. Useful when needing to perform requests to paths that depend on application state. {% end %}</td>
Expand Down