diff options
author | FumingPower <albert.bausili@gmail.com> | 2025-04-03 07:56:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-03 07:56:39 +0200 |
commit | 0578564a25303ad1041f3d11fd20505ad0489b41 (patch) | |
tree | 5fbe2abd2b2eed412e728a8807bf53822781da64 | |
parent | b1c1a1ba231ac5038d5ac81ff64fc346072981fe (diff) | |
download | htmx-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.md | 1 |
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 |