Skip to content

Summernote Plugin at allow inserting inline mark-up elements that currently document.execCommant() does not fully support.

Notifications You must be signed in to change notification settings

DennisSuitters/summernote-inline-elements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

summernote-inline-elements v0.2

This Plugin adds a Dropdown Summernote toolbar that lets you change add inline HTML Elements, and it was dapted from Adapted from https://github.com/tylerecouture/summernote-add-text-tags

Installation

1. Include JS

Include the following code after Summernote:

<script src="summernote-inline-elements.js"></script>

2. Summernote options

$('.summernote').summernote({
    toolbar:[
        ['style',['style', 'inline']], // The "Inline" Button
        ['font',['bold','italic','underline','clear']],
        ['fontname',['fontname']],
        ['color',['color']],
        ['para',['ul','ol','paragraph']],
        ['height',['height']],
        ['table',['table']],
        ['insert',['media','link','hr']],
        ['view',['fullscreen','codeview']],
        ['help',['help']]
    ]
});

4. Check out our other Summernote Plugins via our main Github page.

About

Summernote Plugin at allow inserting inline mark-up elements that currently document.execCommant() does not fully support.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published