From 0578564a25303ad1041f3d11fd20505ad0489b41 Mon Sep 17 00:00:00 2001 From: FumingPower Date: Thu, 3 Apr 2025 07:56:39 +0200 Subject: docs: Add dynamic-url to community extensions list (#3259) * docs: Add dynamic-url to community extensions list * docs: applied minor corrections --- www/content/extensions/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/www/content/extensions/_index.md b/www/content/extensions/_index.md index 28ad83e5..7b21b20a 100644 --- a/www/content/extensions/_index.md +++ b/www/content/extensions/_index.md @@ -54,3 +54,4 @@ htmx extensions are split into two categories: | [signalr](https://github.com/Renerick/htmx-signalr/blob/master/README.md) | Provides bidirectional real-time communication via [SignalR](https://github.com/dotnet/AspNetCore/tree/main/src/SignalR). | | [amz-content-sha256](https://github.com/felipegenef/amz-content-sha256/blob/main/README.md) | HTMX extension for interacting with AWS services that require the content hash as part of the request for data integrity verification. | | [hx-drag](https://github.com/AjaniBilby/htmx-drag-examples/blob/main/readme.md) | This extension allows htmx requests to be sent for drag drop events | +|[dynamic-url](https://github.com/FumingPower3925/htmx-dynamic-url/blob/main/README.md)|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.| \ No newline at end of file -- cgit v1.2.3