[ANSWERED] javascript – How to use innerHTML or innerText to insert into the Evernote editor which is the rich text editor?
Solution 1 : Use this code and test in WYSIWYG HTML editor in Chrome, it works. document.execCommand("insertText", "false", text); Problem : I use the code by Jayant in this post…