I'm starting a new project and have a requirement for a RichTextEdit control (similar to the editor used in this forum)?
It doesn't need full functionality. Just basic character styling such as normal, bold, italic. plus combinations of those. Also need the ability to tag links.
I've been looking at custom wrappers around existing Godot controls RichTextLabel, LineEdit, and TextEdit. None of these looks to be helpful. As a last resort I'll use TextEdit for editing and RichTextLabel for "preview" display.