rodincave / raptor-editor

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

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="raptor.js"></script>
<script type="text/javascript">
    $('#element-to-edit').raptor();
</script>

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/documentation (Raptor documentation)

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

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

About

Raptor, an HTML5 WYSIWYG content editor!

www.raptor-editor.com

License:GNU General Public License v3.0


Languages

Language:JavaScript 51.2%Language:PHP 39.4%Language:CSS 9.3%Language:Shell 0.1%Language:Ruby 0.0%