tui.editor icon indicating copy to clipboard operation
tui.editor copied to clipboard

Simple editor for HTML

Open manueltechlabs opened this issue 1 year ago • 0 comments

Summary

I folowed the rutorial on the website https://ui.toast.com/tui-editor. I tried using

 const editor = new toastui.Editor({
        el: document.querySelector('#editor'),
        height: '500px',
        initialValue: content,
        initialEditType: 'wysiwyg'
      });

I also changed to const editor = new Editor as it says in another part of the website and they do not work at all. I changed to var editor = new tui.Editor() and it works, but it looks bad. on the screenshots you can see the result. What I need is just a simple text editor like the one on github.

Screenshots

1 2

Version

Using last version.

Additional context

I attach the html file. Please help. tuiEditor.html.zip

manueltechlabs avatar Jun 05 '24 02:06 manueltechlabs