An open API service indexing awesome lists of open source software.

https://github.com/dennissuitters/summernote-inline-elements

Summernote Plugin at allow inserting inline mark-up elements that currently document.execCommant() does not fully support.
https://github.com/dennissuitters/summernote-inline-elements

summernote summernote-editor summernote-extension summernote-plugins

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/tylerecouture/summernote-add-text-tags)

### Installation

#### 1. Include JS

Include the following code after Summernote:

```html

```

#### 2. Summernote options

```javascript
$('.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.
- [Diemen Design](https://github.com/DiemenDesign/)