lblod / frontend-embeddable-notule-editor

Frontend for an embeddable variant of the editor.
MIT License
1 stars 1 forks source link

[GN-4746] Add a convenient way to visualize/test html serialization in embeddable test app #238

Closed piemonkey closed 6 months ago

piemonkey commented 7 months ago

Atm it’s hard to verify html output, and its one of the most important testing points for embeddable as it’s the way consumers will integrate our content with their systems.

we should add an easy way to see the serialized html (aka the output of the htmlContent getter) (use the html editor plugin)

also add “export preview” button like in ember editor dev app

additionally, for convenenience, also add a way to access the embeddable element so we can quickly test development interfaces in the browser console (e.g. bind them on the global window)

Jira issue: https://binnenland.atlassian.net/browse/GN-4746