Back
Similar todos
Component live update with contenteditable #createpin
inline row editing with htmx #buildingo
#pintura retain caret position when updating contenteditable innerHTML
make normal inputs match contenteditable #ceev
Bug fix contenteditable tagging projects in input #dayglow
set contenteditable for boxes #cssscan
Changed input to contenteditable #dailyfocus
🔥 Migrated keypress library to use htmx instead since everything is already built in and the API was easier.
decide to switch to designMode="on" rather than contenteditable="true" as it works on non element textNodes #codebird
Play around with HTMX for better UX of docs
working on switching out the remaining angular code with htmx #djangopackages
Prevent: User can double click the whole text and delete it in a contenteditable, including inner DOM elements, preventing diff of DOM nodes. #codebird
Fixed missing htmx link on #lfk
ported keypress.js to htmx and fixed a bunch of galleries for another untitle project
Prevent selection of an entire DOM node as contenteditable would allow the user to delete it and I can't support that yet #codebird
fixed htmx bug in my new search page beta #djangopackages
#pintura inline text editing meme demo
Make progress on handling DOM Nodes with multiple Nodes inside them including Non textNodes as this is common and contenteditable inserts <br> tags
Replace three more "SPA islands" with htmx and hyperscript. Astonished by how much simpler the code gets by just working in html