Changes between Version 3 and Version 4 of collective.clipboardupload
- Timestamp:
- Sep 25, 2013 10:58:02 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
collective.clipboardupload
v3 v4 1 1 Collective.clipboardupload is a Python package, developed to simplify the process of inserting images into visual editor without the need to upload the image. 2 2 3 Installing 3 == Installation == 4 4 5 5 If you are using buildout to manage your project, you can do this: … … 15 15 16 16 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. 17 18 == Usage == 19 20 After you have installed the product, you can select: 21 * printscreen 22 * area of image, opened in, for example, Paint 23 * picture from web browser 24 and copy it to the clipboard. Switch to Plone TinyMCE and Paste using your browser menu Edit -> Paste or key combination. The picture will be automatically 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.