Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DennisSuitters/summernote-loremipsum
Plugin to Generate Lorem Ipsum Paragraphs for Summernote
https://github.com/DennisSuitters/summernote-loremipsum
addon generator ipsum lorem plugin summernote summernote-plugins wysiwyg
Last synced: 3 months ago
JSON representation
Plugin to Generate Lorem Ipsum Paragraphs for Summernote
- Host: GitHub
- URL: https://github.com/DennisSuitters/summernote-loremipsum
- Owner: DennisSuitters
- License: mit
- Created: 2017-10-29T13:24:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T22:48:23.000Z (almost 5 years ago)
- Last Synced: 2024-05-21T11:45:57.815Z (6 months ago)
- Topics: addon, generator, ipsum, lorem, plugin, summernote, summernote-plugins, wysiwyg
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-summernote - summernote-loremipsum
README
# summernote-loremipsum
A plugin for the [Summernote](https://github.com/summernote/summernote/) WYSIWYG editor.summernote-loremipsum will insert Random Lorem Ipsum text at the cursor position in the Editor.
### Installation
#### 1. Include JS
Include the following code after Summernote:
```html
```
#### 2. Supported languages
Currently available in English!
#### 3. Summernote options
````javascript
$('.summernote').summernote({
toolbar:[
['style',['style']],
['font',['bold','italic','underline','clear']],
['fontname',['fontname']],
['color',['color']],
['para',['ul','ol','paragraph']],
['height',['height']],
['table',['table']],
['insert',['lorem','media','link','hr']], // 'lorem', is the dropdown menu
['view',['fullscreen','codeview']],
['help',['help']]
],
lorem:{
el:'.summernote', // Element ID or Class used to Initialise Summernote.
html: true // Place Lorem Ipsum Paragraphs insideor set to false to not too.
}
});
````#### 4. Check out our other Summernote Plugins via our main Github page.
- [Diemen Design](https://github.com/DiemenDesign/)