Insertion API examples for the summernote-next-classic build

These pages translate the old insertion snippets from 05-insertion-api.html to the current public API with summernote.create() and summernote.invoke().

Links

Create links and remove them again with the current selection-based API.

Text and HTML

Compare insertText and pasteHTML in one page.

Node Insertion

Insert a real DOM node instead of a plain string.

Media and Tables

Insert images, horizontal rules, and tables through the insertion API.