Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/DennisSuitters/summernote-paper-size

Summernote Plugin to allow changing editing area match paper sizes
https://github.com/DennisSuitters/summernote-paper-size

addon paper plugins summernote summernote-plugins

Last synced: 3 months ago
JSON representation

Summernote Plugin to allow changing editing area match paper sizes

Awesome Lists containing this project

README

        

# summernote-paper-size

This Plugin adds a Paper-Size button to the Summernote toolbar that lets you change the editing view size to reflect Paper Sizes in Portrait format.

![summernote-paper-size](summernote-paper-size.png)

### Installation

#### 1. Include JS

Include the following code after Summernote:

```html

```

#### 2. Supported languages

Supported languages can be found in the `lang` folder, and should be included after the plugin, then setting the chosen language when initialising Summernote.

#### 3. Summernote options

```javascript
$('.summernote').summernote({
toolbar:[
['paperSize',['paperSize']], // The Button
['style',['style']],
['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']]
],
save:{
lang: 'en-US' // Change to your chosen language
}
});
```

#### 4. Check out our other Summernote Plugins via our main Github page.
- [Diemen Design](https://github.com/DiemenDesign/)