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.
- Host: GitHub
- URL: https://github.com/dennissuitters/summernote-inline-elements
- Owner: DennisSuitters
- Created: 2020-05-28T09:49:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T11:03:58.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T23:16:01.513Z (4 months ago)
- Topics: summernote, summernote-editor, summernote-extension, summernote-plugins
- Language: JavaScript
- Homepage:
- Size: 274 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)