EpicEditor
EpicEditor copied to clipboard
Alternate Previewer option
There should be an option while instancing EpicEditor that allows creating a previewer on an element defined by user. It should make a 2nd iframe for preview appear somewhere and make the CSS clashes go away.
Different than what's achieved in this example: https://gist.github.com/OscarGodson/d58ef4994ee703ce6622
PD: Excellent job!
:+1:
I'm adding it as a feature and will try to get it into 0.3.0
, but it might be more like 0.4.0
. In the meantime, the other way to achieve this is to put EpicEditor into an iframe. In the iframe where you do new EpicEditor().load()
, you could also add .enterFullscreen
. This is basically what I'll be doing internally.
:+1:
hi, is this feature be landed in the latest release?