
Main options page.
An unofficial WordPress plugin that enables the use of Hypermedia on WordPress. Adds a new endpoint /wp-html/v1/
from which you can load any Hypermedia template.
Hypermedia is a concept that extends the idea of hypertext by allowing for more complex interactions and data representations. It enables the use of AJAX, WebSockets, and Server-Sent Events directly in HTML using attributes, without writing any JavaScript. It reuses an “old” concept, Hypermedia, to handle the modern web in a more HTML-like and natural way.
Check the full feature set at here.
This plugin include several Hypermedia libraries by default, locally from the plugin folder. Currently, it includes:
- HTMX with Hyperscript.
- Alpine Ajax with Alpine.js.
- Datastar.
The plugin has an opt-in option, not enforced, to include these third-party libraries from a CDN (using the unpkg.com service). You must explicitly enable this option for privacy and security reasons.