# Raptor Editor for WordPress

Allows editing posts and titles inline on the front end of you website using Raptor WYSIWYG editor.

## Installation ##

Install via the Plugins section of your WordPress administation. Click "Add New", the search for "Raptor Editor for WordPress".

### Installation from Source ###

#### Clone the Git repository ####

Clone the Git repository directory into you wp-content/plugins directory:

    $ cd ~/mywebsite.com/wp-content/plugins
    $ git clone https://github.com/PANmedia/raptor-wp.git raptor-editor

#### Download from Github ####

Download the latest release from [https://github.com/PANmedia/raptor-wp/releases](https://github.com/PANmedia/raptor-wp/releases)
Extract the file to `~/mywebsite.com/wp-content/plugins/raptor-editor`

***Note: replace `~/mywebsite.com` with the path to you WordPress install.***

## Screenshots ##

![Editing a post inline.](https://raw.github.com/PANmedia/raptor-wp/master/assets/screenshot-1.png)

## Changelog ##

### 1.0 ###
* Initial release.
