This is a plugin for Summernote WYSIWYG Editor
- Add the CDN or download the
summernote-toc.jsfile and link to the project.
<script src="summernote-toc.js"></script>
- Add Button to the Tool Bar
$('#summernote').summernote({
toolbar:[
...
['insert',['link','picture','video','hr','toc']],
...
]
})
I took the inspiration from the summernote-table-of-content project.