From 27f0b31076bf175585fb8e49f574e1efecd91c79 Mon Sep 17 00:00:00 2001 From: Ajani Bilby Date: Sat, 25 Jan 2025 23:05:40 +1100 Subject: [PATCH] Extension Proposal: `hx-drag` for `dragstart` & `drop` triggered htmx requests. (#3147) Update _index.md --- www/content/extensions/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/content/extensions/_index.md b/www/content/extensions/_index.md index c7b69023..b0b2934a 100644 --- a/www/content/extensions/_index.md +++ b/www/content/extensions/_index.md @@ -50,4 +50,5 @@ htmx extensions are split into two categories: | [restored](https://github.com/bigskysoftware/htmx-extensions/blob/main/src/restored/README.md) | Triggers an event whenever a back button even is detected while using `hx-boost` | | [safe-nonce](https://github.com/MichaelWest22/htmx-extensions/blob/main/src/safe-nonce/README.md) | The `safe-nonce` extension can be used to improve the security of the application/web-site and help avoid XSS issues by allowing you to return known trusted inline scripts safely | | [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. | \ No newline at end of file +| [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 | \ No newline at end of file