Cursor position is jittery and that should be fixed. Reference for APIs : https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html https://ckeditor.com/cke4/presets-all Suggestions : https://ourcodeworld.com/articles/read/282/how-to-get-the-current-cursor-position-and-selection-within-a-text-input-or-textarea-in-javascript https://jh3y.medium.com/how-to-where-s-the-caret-getting-the-xy-position-of-the-caret-a24ba372990a Measure Text : https://www.w3schools.com/tags/canvas_measuretext.asp
Cursor position is jittery and that should be fixed.
Reference for APIs :
https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html
https://ckeditor.com/cke4/presets-all
Suggestions :
https://ourcodeworld.com/articles/read/282/how-to-get-the-current-cursor-position-and-selection-within-a-text-input-or-textarea-in-javascript
https://jh3y.medium.com/how-to-where-s-the-caret-getting-the-xy-position-of-the-caret-a24ba372990a
Measure Text :
https://www.w3schools.com/tags/canvas_measuretext.asp