Sha256: e17bcd2ac7748a4b535d5c5693304edc4336895f70b2ba263f843af5f27fa933

Contents?: true

Size: 1.81 KB

Versions: 9

Compression:

Stored size: 1.81 KB

Contents

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
	"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Image paste plugin</title>
<link href="styles.css" rel="stylesheet" type="text/css">
</head>

<body>
<h1>Image paste Plugin for CKEditor</h1>

<h2>Introduction</h2>
<p>This is a plugin that automatically uploads to the server the images pasted from the clipboard with Firefox in <a href="http://www.ckeditor.com">CKEditor</a>.</p>

<h3 id="contact">Author:</h3>
<p><a href="mailto:amla70@gmail.com">Alfonso Mart&iacute;nez de Lizarrondo</a></p>

<h3>Version history: </h3>
<ol>
  <li>1.0: 28-September-2011. First public version.</li>
</ol>

<h2>Installation</h2>
<h3>1. Copying the files</h3>
<p>Extract the contents of the zip in you plugins directory, so it ends up like
    this<br>
    <!--<img src="installation.png" alt="Screenshot of installation" width="311" height="346" longdesc="#install">-->
    </p>
<pre id="--install">
ckeditor\
	...
	images\
	lang\
	plugins\
		...
		imagepaste\
			plugin.js
			docs\
				install.html
		...
	skins\
	themes\
</pre>
<h3>2. Adding it to CKEditor</h3>
<p>Now add the plugin in your <em>config.js</em> or custom js configuration
file:
<code>config.extraPlugins='imagepaste'; </code>
</p>

<h3>3. Configuration</h3>
<p>You have to configure the filebrowserImageUploadUrl entry as you might have already done to allow the user to upload images.</p>

<h3>4. Use it</h3>
<p>Using Firefox, paste an image into the body of CKEditor. That image will be uploaded to the server and it will use the correct URL instead of "data:".</p>

<!--
<h2>Final notes</h2>
-->

<h2>Disclaimers</h2>
<p>CKEditor is  &copy; CKSource.com</p>
</body>
</html>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
activeadmin-ckeditor-0.0.19 app/assets/stylesheets/ckeditor/plugins/imagepaste/docs/install.html
activeadmin-ckeditor-0.0.18 app/assets/stylesheets/ckeditor/plugins/imagepaste/docs/install.html
activeadmin-ckeditor-0.0.17 app/assets/stylesheets/ckeditor/plugins/imagepaste/docs/install.html
activeadmin-ckeditor-0.0.16 app/assets/stylesheets/ckeditor/plugins/imagepaste/docs/install.html
activeadmin-ckeditor-0.0.15 app/assets/stylesheets/ckeditor/plugins/imagepaste/docs/install.html
activeadmin-ckeditor-0.0.14 app/assets/stylesheets/ckeditor/plugins/imagepaste/docs/install.html
activeadmin-ckeditor-0.0.13 app/assets/stylesheets/ckeditor/plugins/imagepaste/docs/install.html
activeadmin-ckeditor-0.0.12 app/assets/stylesheets/ckeditor/plugins/imagepaste/docs/install.html
activeadmin-ckeditor-0.0.11 app/assets/stylesheets/ckeditor/plugins/imagepaste/docs/install.html