-
Yesterday (about 16 hours ago?) I triggered a deployment of htmx.org 2.0.0, but it hasn't appeared on Maven Central yet. I know this process takes some time, but I'm used to it not taking this long. I…
breun updated
2 months ago
-
### Is your feature request related to a problem? Please describe.
customize startURL, change default wails://
### Describe the solution you'd like
export "const startURL = "wails://wails/""
### D…
-
Wow, great job, I thought of making something like this and then found that you've gone way beyond what I had imagined! I'm currently going through a phase of answering Stack Overflow questions and th…
-
I discovered this issue when trying to swap a native `` element into a ``.
``has a default Shadow DOM for the player chrome and controls.
```hmtl
Load a video
```
`video.html` …
-
Hello,
I made a css font with your great icons : https://github.com/Silbad/iconoir-font/ if ok ?
The font you are proposing embeds all the icons, which degrades the site's performance. What's more, …
-
Issue [343](https://github.com/bigskysoftware/htmx/issues/343) is about input elements, can selected text be preserved automatically?
-
Hi,
I've been using htmx and they have a section in docs called https://htmx.org/essays/template-fragments/. I then found out that fragments are supported in Apostroph 3 (https://v3.docs.apostrophe…
-
If my project is using a webcomponent library, like shoelace, will it get autocomplete?
for example, if i want to use this with a go web application, with htmx, will i be able to get autocomplete …
-
I'm trying to use `htmx` + `morph` in combination with `FastApi` to write a server-driven python app.
My template code is as follows:
```html
Morphing
…
-
## What problem does this address?
Full-page, client-side navigation (for lack of a better name) is another navigation mode we want to include in the Interactivity API along with the current region…