Skip to content

A summernote extension that allows additional formatting of lists

License

Notifications You must be signed in to change notification settings

tylerecouture/summernote-list-styles

Repository files navigation

summernote-lists

A Summernote extension that allows additional formatting of lists.

Additional styles

Sets the list-style-type of <ul> and <ol> elements. Options are:
1. Numbered
a. Lower Alpha
A. Upper Alpha
i. Lower Roman
I. upper Roman
• Disc
◦ Circle
□ Square

Usage

  1. Include the js and css

  2. add listStyles to your toolbar after ul or ol:

     $('#summernote').summernote({
         toolbar: [
             ...
             ['para', ['ul', 'ol', 'listStyles', 'paragraph']],
         ]
     });
    

Working Examples

About

A summernote extension that allows additional formatting of lists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •