I am working on a project where I am using tinyMCE https://www.tiny.cloud/.
I want to get the caret position inside the TinyMCE editor on the screen not within the textbox as I want to be able to position a div based on where the caret is on the screen.
The only things I've found is getting the caret position from inside the text editor in order to create range of text within the editor which isn't what I'm after.