Closed iocron closed 1 year ago
Hi @iocron Thank you I'll prepare the page soon and let you know :)
@steelydylan Thank you 👍 :)
Hi @iocron I just added the methods page https://appleple.github.io/lite-editor/methods.html
Hi @steelydylan, methods is not working, or am i doing anything wrong? Like:
const editor = new LiteEditor('#print_imposition_text', { nl2br: true });
editor.insertHtml("<b>test</b>");
Hi @themarslabs Sorry for the delay in replying.
The insertHtml function replaces the selected area, so after instantiating lite-editor, there is no selection and an error will occur. Please try it. Thank you in advance.
close
The Docs https://appleple.github.io/lite-editor/methods.html end up on a 404 Error Page.