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

Text editor starts with premade text #55

Closed gal-22 closed 6 years ago

gal-22 commented 6 years ago

Hi, I wanted to pass a string from an activity to the text editor activity. I have moved the String but when I tried to make the editor start with a predefined String I can't. Is there an option to add a method that let's the text editor start with a text that you can edit?