Hacker News new | ask | show | jobs
by kesava 1004 days ago
That’s awesome! Can someone point me to a similar minimal web/editableContent implementation? Would love to learn from it.
2 comments

The heavy part is contenteditable is usually a million workarounds for weird browser specific stuff, which is why DIY is very risky there… or it was. I haven’t explored contenteditable from scratch since the final death of IE11. Might not be as crazy today.
CRM from scratch - https://www.youtube.com/watch?v=l4QjeBEkNLc (Shameless plug)