bootstrap
Insert Text at Caret Position in Summernote Editor for Bootstrap
Problem Using the very useful Summernote Editor component for Bootstrap, you would like to insert some text at the current caret position programmatically. Solution The Summernote API does not provide any dedicated methods for inserting text. However, that's not a problem since we can use the JQuery/native