Skip to content

netcon-source/Raptor

 
 

Repository files navigation

Raptor Editor

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

Usage

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>

Packages

We've packaged Raptor into various files that should be suitable for inclusion with a wide range of projects.

Learn More

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.

License

For license information see the [Raptor Editor license]5 page.

Contributing

See the following links for information on build & contributing to Raptor:

Footnotes

  1. http://www.raptor-editor.com/demo (Raptor Editor Demo)

  2. http://www.raptor-editor.com/ (Download, usage examples and documentation)

  3. http://www.raptor-editor.com/docs (Raptor documentation)

  4. http://www.raptor-editor.com/demo/docking (Raptor Editor Examples)

  5. http://www.raptor-editor.com.com/license (Raptor license)