hypermedia-systems
hypermedia-systems copied to clipboard
A book on building Hypermedia Driven Applications with htmx and Hyperview
Hi, I've read this book and found it very interesting. Would you mind if I translate it into Korean? I'd appreciate any guidelines or instructions if any. Thank you.
Add "as" to sentence
Code blocks in the online version of the book do not fit on the screen of e-readers. This issue occurs even on A4 (13.3-inch) sized readers, as shown in the...
You have a dark background and a very bright text color, I'm gonna lose my eyes if keep reading the book using this website.   I've changed the color...
Before: > When HTML, 2.0 was released, it introduced.. After: > When HTML 2.0 was released, it introduced.. I wondered if the comma was intentional, but most likely not.
The term "thought leader" is not as familiar to us second language users of English so using alternative terms promotes better accessibility
I suspect there might be an extra closing curly brace here.
This seems like a very serious issue! Often when a code example is split across pages, there is either a missing line of code or several duplicate lines of code....
I'm opening this PR to start a discussion of versioning issues that can happen in hypermedia applications and when using htmx for fetching fragments. I feel this issue is neglected...
The example [here](https://hypermedia.systems/extending-html-as-hypermedia/#:~:text=loading%20the%20contacts%2C-,Ctrl%2DL%20(for%20%E2%80%9CLoad%E2%80%9D),-.%20To%20do%20this) doesn't work because: 1. `key == 'L'` seems to refer to shift + L rather than just the L button 2. Ctrl+L is captured by the browser...