irshu355 / Android-WYSIWYG-Editor

:pager: A text editor written in Android using native components in the content tree. Integrate easily to work with web based WYSIWYG's.
http://irshulx.github.io/Android-WYSIWYG-Editor
Apache License 2.0
412 stars 116 forks source link

How can I set the initial text of editor? #70

Open JohnQue opened 5 years ago

JohnQue commented 5 years ago

I wrote a post and I wanted to modify this. But, I think there wasn't a method which can solve this problem. I want to set the initial text when I want to modify this post. I mean, when I click the modify button then, post content's is saved in String object and android start writeActivity and add pre-saved text to the editor but I can't.

How can I solve this?