Skip to content

falcon758/summernote-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

summernote-video

A plugin for the Summernote WYSIWYG editor.

Adds a button to the Summernote Toolbar that allows upload/insert video and some embedding attribute.

Installation

1. Include JS

Include the following code after Summernote:

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

2. Supported languages

Currently available in English.

3. Summernote options

Finally, customize the Summernote video popover.

$(document).ready(function() {
    $('#summernote').summernote({
        toolbar:[
            ... Your other toolbar options
            ['insert', ['videoUpload']],
            ... Your other toolbar options
    ]
    });
});

4. Thanks

  • Thanks to DiemenDesign

About

Summernote video upload

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors