diff options
| author | grothedev <grothedev@gmail.com> | 2025-06-06 11:35:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-06 11:35:11 -0400 |
| commit | f356c22b7f519ee2bad96fb6a9a3806b3ecb08f2 (patch) | |
| tree | 05efec7dae94ee760563cba74e045264f41efb05 | |
| parent | 1ac836f88a60cbae129e3a6427cbe5310f239a12 (diff) | |
Update README.md: htmx updates
i've been re-inspired about htmx after reading more of the book
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ https://laravel.com/api/11.x/ https://laravel.com/docs/11.x/blade #### TODO: +- htmx + - make /htmx/{thing}/{param} routes for sub-elements of pages? e.g. /links/# gives a blade page, but /htmx/links/# would give just the single html element (and maybe would be queried by /links/#, though it might be silly to have to require a double request like that, when the php can already do the necessary processing in blade) - writing - add drag-drop file to upload and then generate appropriate html to embed that file - auto capitalization https://marked.js.org/using_pro |
