Minimal rich text editor surface
Building a text editor on canvas means reimplementing caret movement, selection rectangles, and IME composition—see Lesson 15 and Lesson 16.
Start from this sample before adding collaboration or AI assists.
Interactive demo
Double-click the text to enter the editing state.