Raptor Editor is a user-focused extensible WYSIWYG website content editor - check out the [Demo]1.
It is designed to be user and developer friendly
Instantiating the Raptor editor with no options (zero configuration) results in all buttons and plugins being enabled. This is the quickest and easiest way to see Raptor in action.
<div id="element-to-edit"></div>
<script type="text/javascript" src="https://raw.github.com/PANmedia/Raptor/master/packages/raptor.0deps.js"></script>
<script type="text/javascript">
$('#element-to-edit').editor();
</script>
We've packaged Raptor into various files that should be suitable for inclusion with a wide range of projects.
- raptor.js Only Raptor & Raptor's CSS
- raptor.light.js Raptor, Raptor's CSS and Rangy together
- raptor.0deps.js Raptor, Raptor's CSS, Rangy, jQuery, jQuery UI & jQuery UI's CSS
- raptor.0deps.nc.js All of the above, wrapped in a closer to prevent conflicts
To learn more about how to use Raptor, see: [Raptor Editor]2. The site also contains extensive [documentation]3, and some [examples]4.
Keep up to date on announcements and more by following Raptor editor on Twitter, @RaptorEditor.
For license information see the [Raptor Editor license]5 page.
See the following links for information on build & contributing to Raptor:
Footnotes
-
http://www.raptor-editor.com/demo (Raptor Editor Demo) ↩
-
http://www.raptor-editor.com/ (Download, usage examples and documentation) ↩
-
http://www.raptor-editor.com/docs (Raptor documentation) ↩
-
http://www.raptor-editor.com/demo/docking (Raptor Editor Examples) ↩
-
http://www.raptor-editor.com.com/license (Raptor license) ↩