Skip to content

Redmine plugin for pasting cropped image from clipboard as an attachment.

Notifications You must be signed in to change notification settings

octane100/clipboard_image_paste

 
 

Repository files navigation

clipboard_image_paste

Paste (cropped) image from clipboard as an attachment.

  • uses pure client side JavaScript
  • attachment works for issues, wiki, news, files, documents, forums
  • image can be interactively cropped
  • works only in Google Chrome and Mozilla Firefox browsers
  • translations: Bulgarian, Czech, English, Russian

Compatibility:

  • Redmine 2.×.x, 1.4.x
  • works only in Google Chrome and Mozilla Firefox browsers
  • tested on Chrome 24, 15, 13 and Firefox 18, 16, 5

Authors:


Known issues:

  • maximum attachment size is checked against BASE64 encoded image data (even
    smaller images than the maximum allowed attachment size can be rejected)
  • clipboard_image_paste’s ‘Add picture from clipboard’ command combines number
    of both regular files and pasted images for maximum number of attachment check,
    while Redmine’s original ‘Add another file’ counts only regular files

Changelog:

22.01.2013 RELEASED 1.2
[+] Added dialog to copy image link for wiki

21.01.2013 RELEASED 1.1
[!] Supports Redmine version >=1.4.0
[+] Added Russian translation

18.01.2013 RELEASED 1.0
--------------------------------------------------------------------------------
Legend:
[+] Added feature
[*] Improved/changed feature
[-] Bug fixed (we hope)
[!] Important info

About

Redmine plugin for pasting cropped image from clipboard as an attachment.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.9%
  • Ruby 22.1%