summernote-list-of-links

1.0.3 • Public • Published

Summernote List Of Links

This plugin adds a button to let you choose from an external list of links, provided as json.

Usage

$(document).ready(function() {
    $('#summernote').summernote({
        height: 300,
        toolbar: [
            ['style', ['bold', 'italic', 'underline', 'link', 'list-of-links', 'codeview']]
        ],
        listOfLinks: {
          listUrl: 'data.json'
        }
    });
});

/data.json

[
  ["http://www.google.fr", "Google"],
  ["http://www.facebook.com", "Facebook"]
]

Credits

Example copied from https://github.com/tylerecouture/summernote-add-text-tags

Readme

Keywords

none

Package Sidebar

Install

npm i summernote-list-of-links

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

8.71 kB

Total Files

7

Last publish

Collaborators

  • arnaudlevy