abpin / Raptor

Raptor, an HTML5 WYSIWYG content editor!

Home Page:www.raptor-editor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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">
    $('#element-to-edit').editor();
</script>

To learn more about how to use Raptor, see: [Raptor Editor]2. The site also contains extensive [documentation]3, and some [examples]4.

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


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

Footnotes

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

  2. http://jqueryraptor.com/ (Download, usage examples and documentation)

  3. http://jqueryraptor.com/docs (Raptor documentation)

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

  5. http://jqueryraptor.com/license (Raptor license)

About

Raptor, an HTML5 WYSIWYG content editor!

www.raptor-editor.com