htmxpress icon indicating copy to clipboard operation
htmxpress copied to clipboard

WIP plugin to power WordPress with HTMX

Results 7 htmxpress issues
Sort by recently updated
recently updated
newest added

We've used the plugin on a project and I've upstreamed code review changes. 1. Updated HTMX and deferred loading it. 1. Function documentation improvements 2. return types were added. 3....

Thought to try this out on a minimal client WP ajax-widget project and partially out of personal interest in django+htmx development. I didn't get it to run after half a...

bug

1. HTMXpress endpoint (/htmx) is reachable 2. HTMX is up to date

enhancement

When completed, it's possible to install htmxpress for composer.json WordPress projects, as follows: ```shell composer config repositories.htmxpress vcs [email protected]:svandragt/htmxpress.git composer require svandragt/htmxpress:dev-main --no-update composer update svandragt/htmxpress --prefer-source ``` - [...

enhancement

https://django-htmx.readthedocs.io/en/latest/index.html spike for new features

spike

Adding a test is too much friction at the moment because testing isn't setup.

enhancement