Summernote
Dashboard Summernote editor
Summernote editor with div element

To use without a form, we suggest using a div in the body; this element will then be used where you want the Summernote editor to be rendered within your page.

Summernote editor with textarea

To use within a form, is pretty much the same as above, but rather than a div, we recommend using a textarea element inside a form, which should include a name attribute so when the form is submitted you can use that name to process the editors data on your backend. Also, if using Summernote inside a form to set the attribute method="post" to allow larger sized editor content to parse to the backend, if you don’t your data either may not parse, or will be truncated.