jpfluger / summernote-list-styles

A summernote extension that allows additional formatting of lists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 63.1%Language:HTML 30.9%Language:CSS 6.0%