Hi, thanks for the beautiful plugin.
How can i make all the area of editing clickable and also while writing automatically make the this area bigger and bigger?
I tried height('300px') which makes all the area clickable so you can start writing in it but it fixes the max height and then the area becomes scrollable.
I want both work together.
And also you can update INITIAL TYPE of the README:
initialEditType initialEditTypeMarkdown() initialEditTypeWYSIWYG()
With actual working method which is ->initialEditType(EditorType::MARKDOWN)
that takes an ENUM
Thanks