Is there a way to load the editor already on preview mode?
I'm using it on a form edit page.
Thanks!
@andrelgarcia you can do something like
const simplemde = new SimpleMDE(options);
simplemde.togglePreview();
Thanks, man.
And also, sorry. I finally found it on the documentation.
no worries!
@andrelgarcia you can do something like
const simplemde = new SimpleMDE(options); simplemde.togglePreview();
Is this working? Not for me 馃槩
Most helpful comment
@andrelgarcia you can do something like