Alex-D / Trumbowyg

A lightweight and amazing WYSIWYG JavaScript editor under 10kB
https://alex-d.github.io/Trumbowyg
MIT License
3.96k stars 606 forks source link

How can i get text of editor (not html) and how call Focus on editor ? #1462

Open wwwbarnamehadotnet opened 1 month ago

wwwbarnamehadotnet commented 1 month ago

1- i need get text not html, temporarily solved with this bad way : $(".trumbowyg-editor").text(); there is any method inside editor?

2- how can I focus on editor? there is any method inside editor? I used this unusual way: $(".trumbowyg-editor").focus();