Last modified: 2014-05-23 13:01:40 UTC
I have seen the TWiki JavaPasteAddOn http://twiki.org/cgi-bin/view/Plugins.JavaPasteAddOn , wich provides a button to paste images from clipboard directly into the article. What does it do: * Start a signed Applet. * Get Image Data from clipboard * Greate a JPEG * Upload JPEG into the Wiki-Software * Embed <code>[[Image:WhatEver.jpg]]</code> into Wiki-Page Could we get this as MediaWiki Extension? The Source of the TWiki Add on can be found here: http://trac.foswiki.org/browser/trunk/JavaPasteAddOn/com/mrjc/twiki/addons/TwikiPaste.java
It might be better to raise this as a seperate extension request, because it is not only useful for the FCKeditor extension.