So I want to make a word editor style app and textedit does not support text formatting. The RichTextLabel supports BB-code, but you can't edit it. The only thing I think I need to make the RichTextLabel into a custom textedit is to be able to place the cursor where I click. I know this should be possible because the engine gets the information when you select text, right? How do I get the position in the text from cursor click, even when I have a bunch of formatting?