You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

collective.clipboardupload

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collective.clipboardupload

Allows uploading images into Plone site by pasting them into TinyMCE WYSIWYG editor


Maintainers
2

Readme

collective.clipboardupload

.. image:: https://travis-ci.org/quintagroup/collective.clipboardupload.png :target: https://travis-ci.org/quintagroup/collective.clipboardupload

Introduction

Quintagroup has developed a collective.clipboardupload tool that essentially allows you to copy images and past them directly into TinyMCE visual editor.

.. image:: http://quintagroup.com/services/plone-development/products/collective.clipboardupload/collective-clipboardupload.png/ :target: http://www.youtube.com/watch?v=V3-z4M8M74g

Compatibility

  • Plone 4.0
  • Plone 4.1
  • Plone 4.3

Installation

In your buildout.cfg add the following::

[buildout] ....

eggs =
    ...
    collective.clipboardupload

You don’t need to activate this add-on product after buildout installation. See the instance.log file to check whether Collective.clipboardupload was properly installed.

Usage

Collective.clipboardupload is a Python <https://quintagroup.com/services/python>_ package, developed to simplify the process of inserting images into visual editor without the need to upload the image.

After you have installed the product, you can drag and drop picture from local folder, make print screen or select an area of image, opened in, for example, Paint, and copy it to the clipboard. Switch to Plone TinyMCE editor and Paste using your browser menu Edit -> Paste or key combination. The picture will be uploaded to the same folder, which contains an edited page, and stored as an image content type. Title is automatically generated and can be changed any time. Furthermore, the path to the image itself upon saving in TinyMCE is rendered as resolveUID link.

Authors

  • Maksym Shalenyi

Changelog

0.1 (2013-07-30)

  • first release

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc