Skip to content

Summernote plugin that allows you to insert footnotes

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ahmadyousefdev/summernote-footnotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8052f1f · Mar 6, 2025

History

3 Commits
Mar 6, 2025
Mar 6, 2025
Mar 6, 2025
Mar 6, 2025
Mar 6, 2025
Mar 6, 2025

Repository files navigation

summernote-Footnotes

A Summernote plugin that allows you to insert footnotes seamlessly at the cursor position while automatically appending them to the end of the editor's content.

Installation

Include JS

Include the following code after Summernote:

<script src="summernote-footnotes.js"></script>

Summernote Options

To enable the plugin in Summernote, add it to your toolbar configuration, for example:

$('.summernote').summernote({
    toolbar: [
        ['custom', ['footnotes']],
    ],
});

we used font awesome to display the footnote icon, you can use any other icon library and edit the icon in summernote-footnotes.js at contents: '<i class="fa fa-superscript"></i>'

Example

You can find a working example in the dist/index.html file.

About

Summernote plugin that allows you to insert footnotes

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published