I want to create an editor with TextArea. Users can select the text and push button to set its style, such as bold, italic, underline. Maybe I can use HtmlEditor to do this, but the interface is too complex and I cannot get the selected text.
I can do it with a textarea and a parallel webview showing the instant result just like some markdown editor. But doing it on the fly just with one node will be better.