fwouts / js-manualtexteditor

Just for fun (proof of concept): a text editor implemented without contenteditable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-manualtexteditor

Status: Functional but imperfect

A text editor that does not rely on contenteditable and instead handles the logic of showing a cursor, inserting and deleting text manually. Less complicated than you would expect, but does not handle locales that require multiple key presses well (e.g. Korean, Mandarin).

About

Just for fun (proof of concept): a text editor implemented without contenteditable


Languages

Language:JavaScript 58.1%Language:TypeScript 35.9%Language:CSS 5.1%Language:HTML 0.9%