ji-devs / ji-wysiwyg-editor

Jewish Interactive Wysiwyg Editor
https://jewish-interactive.github.io/ji-wysiwyg-editor/
MIT License
0 stars 0 forks source link

Ability to get serialized html #10

Closed dakom closed 5 years ago

dakom commented 5 years ago

This might be more related to general react-draft-wysiwyg - but the containing app this is intended for right now will likely want to have a close button and then get the current serialized html.

Can you recommend the best approach to this? Should the container just pass down a RefObj and call something on the editor?

I don't think the consuming app needs to have draft etc. installed - serialization can happen before passing.