samples
samples copied to clipboard
[simplistic_editor] How to I get a copy of text and display it in a separate widget
Hi,
I have attempted to use the simplistic_editor and it works as expected. What I wanted to do was to be able to get the output of the formatted text and then convert that to json for example and then able to use another widget to display that formatted text. I looked at replacement controller but it only includes the text data and not the format information to be able to reprint this separately into a widget if I want to save and open the formatted file of text. I was wondering if there is a way to save formatted text and then retrieve back later or if this is not implemented. Either way any guidance is appreciated. Thanks!