All Projects → DiemenDesign → summernote-templates

DiemenDesign / summernote-templates

Licence: other
Summernote Toolbar Buttons to Add Page and Block Templates.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to summernote-templates

summernote-plugins
Some summernote plugins
Stars: ✭ 37 (+76.19%)
Mutual labels:  wysiwyg, summernote
ember-cli-summernote
ember cli addon for summernote
Stars: ✭ 31 (+47.62%)
Mutual labels:  addon, summernote
summernote-themes
Addon Themes for Summernote Lite WYSIWYG Editor
Stars: ✭ 42 (+100%)
Mutual labels:  wysiwyg, summernote
Summernote Image Attributes
Summernote plugin to edit image attributes
Stars: ✭ 78 (+271.43%)
Mutual labels:  addon, wysiwyg
Summernote
Super simple WYSIWYG editor
Stars: ✭ 10,486 (+49833.33%)
Mutual labels:  wysiwyg, summernote
Summernote Cleaner
Plugin for Summernote that adds a Button and/or Paste functionality for cleaning MS Word Crud from editor text
Stars: ✭ 148 (+604.76%)
Mutual labels:  addon, wysiwyg
phpjasperxml
This is a php wysiwyg report library
Stars: ✭ 37 (+76.19%)
Mutual labels:  wysiwyg
addon-home-panel
Home Panel - Home Assistant Community Add-ons
Stars: ✭ 164 (+680.95%)
Mutual labels:  addon
PagedTable
PagedTable Add-on for Vaadin Framework 8
Stars: ✭ 19 (-9.52%)
Mutual labels:  addon
ember-best-language
🏳 A FastBoot-enabled addon to detect the best language for your user.
Stars: ✭ 18 (-14.29%)
Mutual labels:  addon
overbitenx
Because Firefox isn't complete without Gopherspace.
Stars: ✭ 50 (+138.1%)
Mutual labels:  addon
ESOLinuxAddonManager
[MIRROR] Elder Scrolls Online addon downloader, for Linux! Check the link below for the development repo which has the releases and issuetracker.
Stars: ✭ 25 (+19.05%)
Mutual labels:  addon
Half-Life-Resurgence
Recreation & expansion of NPCs, entities, and weapons from the Half-Life series into Garry's Mod!
Stars: ✭ 52 (+147.62%)
Mutual labels:  addon
generic-addons
Set of generic addons for Odoo
Stars: ✭ 26 (+23.81%)
Mutual labels:  addon
Forum-Advanced
This is built on Laravel Framework 5.5. This was built for demonstrate purpose.
Stars: ✭ 14 (-33.33%)
Mutual labels:  summernote
tui editor
Implementiert den TOASTUI Markdown Editor
Stars: ✭ 21 (+0%)
Mutual labels:  wysiwyg
repository.dobbelina
repository.dobbelina- Kodi is a registered trademark of the XBMC Foundation.We are not connected to or in any other way affiliated with Kodi
Stars: ✭ 161 (+666.67%)
Mutual labels:  addon
bLandscapeTools
bLandscapeTools
Stars: ✭ 31 (+47.62%)
Mutual labels:  addon
ofxSpaceColonization
Space Colonization algorithm implementation in openFrameworks
Stars: ✭ 62 (+195.24%)
Mutual labels:  addon
cc3 blender tools
Add-on for importing and auto-setup of character creator 3 & 4 and iClone 7 & 8 character exports.
Stars: ✭ 191 (+809.52%)
Mutual labels:  addon

summernote-templates

A plugin for the Summernote WYSIWYG editor.

summernote-templates adds the ability to select page layout templates, or with the blocks button add custom template content blocks.

The plugin in comes with some page templates, and some block templates (for Bootstrap 3). You can however create your own and add them into the existing folders that contain the page, and block templates.

Installation

1. Include JS

Include the following code after Summernote:

<script src="summernote-templates.js"></script>

2. Supported languages

Currently available in English!

3. Summernote options

$('.summernote').summernote({
    toolbar:[
        ['custom',['pageTemplates','blocks']], // Custom Buttons
        ['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']]
    ],
    templates:{
        templates: 'page-templates/', // The folder where the templates are stored.
        insertDetails: false, // true|false This toggles whether the below options are automatically filled when inserting the chosen page template.
        dateFormat:    'longDate',
        yourName:      'Your Name',
        yourTitle:     'Your Title',
        yourCompany:   'Your Comapny',
        yourPhone:     'Your Phone',
        yourAddress:   'Your Address',
        yourCity:      'Your City',
        yourState:     'Your State',
        yourCountry:   'Your Country',
        yourPostcode:  'Your Postcode',
        yourEmail:     '[email protected]'
    },
    blocks:{
        templates: 'block-templates/' // The folder where the Block Templates are stored
    }
});

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].