jshimko / meteor-ghostdown

A split-pane Markdown editor by the fine folks at Ghost.org
36 stars 7 forks source link

save contents of editor to textarea on change event #4

Closed inhji closed 4 years ago

inhji commented 9 years ago

I found an easy solution to #3, on the change event we can just save the contents of the editor to the (hidden) textarea where it can easily retrieved.

Will you pull this in or is there another way I did not see?