Home

Awesome

Summernote Extension: Additional Text Tags

A Summernote extension that adds additional text-level semantic elements (html tags) that are already provided with styling by Bootstrap 3 and 4. A backport for older Summernote version (0.6.16) is available in a separate branch.

Additional tags

Usage

  1. Include the js and css

  2. add add-text-tags to your toolbar in the style or font group:

     $('#summernote').summernote({
         toolbar: [
             ...
             ['style', ['bold', 'italic', 'underline', 'add-text-tags', 'clear']]
         ]
     });
    

Example

See Example/example.html or the fiddle here.

Limitations