summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorFumingPower <albert.bausili@gmail.com>2025-04-03 07:56:39 +0200
committerGitHub <noreply@github.com>2025-04-03 07:56:39 +0200
commit0578564a25303ad1041f3d11fd20505ad0489b41 (patch)
tree5fbe2abd2b2eed412e728a8807bf53822781da64
parentb1c1a1ba231ac5038d5ac81ff64fc346072981fe (diff)
downloadhtmx-0578564a25303ad1041f3d11fd20505ad0489b41.tar.gz
htmx-0578564a25303ad1041f3d11fd20505ad0489b41.zip
docs: Add dynamic-url to community extensions list (#3259)
* docs: Add dynamic-url to community extensions list * docs: applied minor corrections
-rw-r--r--www/content/extensions/_index.md1
1 files changed, 1 insertions, 0 deletions
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