Skip to content

Insource-Labs/summernote-toc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Summernote-ToC

This is a plugin for Summernote WYSIWYG Editor

Usage

  1. Add the CDN or download the summernote-toc.js file and link to the project.
<script src="summernote-toc.js"></script>
  1. Add Button to the Tool Bar
$('#summernote').summernote({
    toolbar:[
        ...
        ['insert',['link','picture','video','hr','toc']],
        ...
    ]
})

Credits

I took the inspiration from the summernote-table-of-content project.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors