Metadata-Version: 1.2
Name: kcrw.tinymce-imagedrop
Version: 1.0
Summary: A Plone add-on that adds image drag and drop to TinyMCE 4 in Plone.
Home-page: https://github.com/collective/kcrw.tinymce_imagedrop
Author: Alec Mitchell
Author-email: alecpm@gmail.com
License: GPL version 2
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        .. image:: https://img.shields.io/pypi/v/kcrw.tinymce_imagedrop.svg
            :target: https://pypi.python.org/pypi/kcrw.tinymce_imagedrop/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/status/kcrw.tinymce_imagedrop.svg
            :target: https://pypi.python.org/pypi/kcrw.tinymce_imagedrop
            :alt: Egg Status
        
        .. image:: https://img.shields.io/pypi/pyversions/kcrw.tinymce_imagedrop.svg?style=plastic   :alt: Supported - Python Versions
        
        .. image:: https://img.shields.io/pypi/l/kcrw.tinymce_imagedrop.svg
            :target: https://pypi.python.org/pypi/kcrw.tinymce_imagedrop/
            :alt: License
        
        
        ======================
        kcrw.tinymce_imagedrop
        ======================
        
        ``kcrw.tinymce_imagedrop`` is a Plone add-on which allows users to drag and drop images into TinyMCE 4.
        Dropping images will automatically create Image content in the Plone site and render them in
        the WYSIWYG using UID references.
        
        This add-on supports Plone 5.x and Plone 4.3 (with TinyMCE 4 enabled via ``plone.app.widgets``).
        
        Features
        --------
        
        - Provides a Javascript Plugin for TinyMCE which handles uploading images via a browser view
        - Provides a Plone browser view ``@@create-dropped-images`` which creates Image content in the nearest container allowed.
        - The view can be overriden to customize the image type, the image creation location, or the markup used for the images.
        
        Installation
        ------------
        
        Install kcrw.tinymce_imagedrop by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                kcrw.tinymce_imagedrop
        
        
        and then running ``bin/buildout``. On Plone 5+ you must install the add-on from the Add-ons control panel,
        on Plone 4.3 (with ``plone.app.widgets``) it will be enabled automatically via a monkey patch when added
        to your buildout.
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/KCRW-org/kcrw.tinymce_imagedrop/issues
        - Source Code: https://github.com/KCRW-org/kcrw.tinymce_imagedrop
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Credits
        -------
        
        This add-on was created by Alec Mitchell <alecpm@gmail.com> with support from KCRW_
        
        
        .. _KCRW: http://www.kcrw.com/
        
        
        Changelog
        =========
        
        
        1.0 (unreleased)
        ------------------
        
        - Initial release.
          [alecpm]
        
Keywords: Python Plone CMS
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: 5.1
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: ==2.7, >=3.6
