All Projects → DiemenDesign → Summernote Image Attributes

DiemenDesign / Summernote Image Attributes

Licence: mit
Summernote plugin to edit image attributes

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Summernote Image Attributes

Summernote Cleaner
Plugin for Summernote that adds a Button and/or Paste functionality for cleaning MS Word Crud from editor text
Stars: ✭ 148 (+89.74%)
Mutual labels:  plugin, addon, wysiwyg
Cathook
Training Software for the game Team Fortress 2
Stars: ✭ 256 (+228.21%)
Mutual labels:  plugin, addon
summernote-templates
Summernote Toolbar Buttons to Add Page and Block Templates.
Stars: ✭ 21 (-73.08%)
Mutual labels:  addon, wysiwyg
Maxurl
Finds larger/original versions of images and videos
Stars: ✭ 332 (+325.64%)
Mutual labels:  addon, image
Flutter image editor
Flutter plugin, support android/ios.Support crop, flip, rotate, color martix, mix image, add text. merge multi images.
Stars: ✭ 181 (+132.05%)
Mutual labels:  plugin, image
Cartographer
A GPU powered Terrain editor and renderer for Godot Engine
Stars: ✭ 216 (+176.92%)
Mutual labels:  plugin, addon
Flutter photo manager
Provide flutter with the ability to manage photos.
Stars: ✭ 294 (+276.92%)
Mutual labels:  plugin, image
Godot Engine.github Integration
A Godot Engine addon to integrate a native GitHub client inside Godot's Editor. Manage your project without even opening your browser!
Stars: ✭ 134 (+71.79%)
Mutual labels:  plugin, addon
Painterro
Painterro - JavaScript painting plugin
Stars: ✭ 496 (+535.9%)
Mutual labels:  plugin, wysiwyg
Mediumlightbox
Nice and elegant way to add zooming functionality for images, inspired by medium.com
Stars: ✭ 671 (+760.26%)
Mutual labels:  plugin, image
Vue Progressive Image
Vue progressive image loading plugin
Stars: ✭ 684 (+776.92%)
Mutual labels:  plugin, image
Jqueryrotate
jQueryRotate - plugin to rotate images by any angle cross-browse with animation support
Stars: ✭ 157 (+101.28%)
Mutual labels:  plugin, image
Godot Engine.easy Charts
A Godot Engine addon for plotting general purpose charts. A collection of Control, 2D and 3D Nodes to plot every chart possible.
Stars: ✭ 146 (+87.18%)
Mutual labels:  plugin, addon
Photofilters
photofilters library for flutter
Stars: ✭ 229 (+193.59%)
Mutual labels:  plugin, image
Obs Streamfx
StreamFX is a plugin for OBS Studio which adds many new effects, filters, sources, transitions and encoders - all for free! Be it 3D Transform, Blur, complex Masking, or even custom shaders, you'll find it all here.
Stars: ✭ 1,128 (+1346.15%)
Mutual labels:  plugin, addon
Flutter photo
Pick image/video from album by flutter. Support ios and android. UI by flutter, no native.
Stars: ✭ 285 (+265.38%)
Mutual labels:  plugin, image
Uppload
📁 JavaScript image uploader and editor, no backend required
Stars: ✭ 1,673 (+2044.87%)
Mutual labels:  plugin, image
Plugin.video.catchuptvandmore
Replay, Live TV and websites videos addon for Kodi
Stars: ✭ 131 (+67.95%)
Mutual labels:  plugin, addon
Dialogic
💬 Create dialogs, characters and scenes to display conversations in your Godot games.
Stars: ✭ 414 (+430.77%)
Mutual labels:  plugin, addon
Nuxt Optimized Images
🌅🚀 Automatically optimizes images used in Nuxt.js projects (JPEG, PNG, SVG, WebP and GIF).
Stars: ✭ 717 (+819.23%)
Mutual labels:  plugin, image

summernote-image-attributes

Summernote-image-attributes has undergone a make over, we redesigned the Dialog Layout to make it easier to use. New classes have been submitted to the Summernote main Repository, be sure to grab the latest master and build it for the class styling additions.

A plugin for the Summernote WYSIWYG editor.

Adds a button to the image popover to edit title, alt, class and style attributes, and Links with relevant Attributes.

Installation

1. Include JS

Include the following code after including Summernote, to change the language from the default (en-US) you must add the lang file after the plugin.

<script src="summernote-image-attributes.js"></script>
<script src="lang/[language-COUNTRY].js"></script>

2. Supported languages

Currently available in US English (Default), Spanish, French, Chinese (Traditional), Italian, German and Turkish!

3. Summernote options

Finally, customize the Summernote image popover.

$(document).ready(function() {
    $('#summernote').summernote({
        popover: {
            image: [
                ['custom', ['imageAttributes']],
                ['imagesize', ['imageSize100', 'imageSize50', 'imageSize25']],
                ['float', ['floatLeft', 'floatRight', 'floatNone']],
                ['remove', ['removeMedia']]
            ],
        },
        lang: 'en-US', // Change to your chosen language
        imageAttributes:{
            icon:'<i class="note-icon-pencil"/>',
            removeEmpty:false, // true = remove attributes | false = leave empty if present
            disableUpload: false // true = don't display Upload Options | Display Upload Options
        }
    });
});

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

Contributors

  • Add links to Image
  • French Translation
  • Chinese (Traditional) Translation
  • Italian Translation
  • German Translation and Horizontal Dialog Layout
  • Turkish Translation
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].