Sha256: d730b9c47052b556e02446355ec253a54554a3763a3a308b01c5ca5b0472bc86

Contents?: true

Size: 793 Bytes

Versions: 1

Compression:

Stored size: 793 Bytes

Contents

SpreeEditor
===========

# Summary #

This extension provides an inline rich-text editor for Spree. It implements different types of editors:

- [WYM Editor](http://www.wymeditor.org/)
- [TinyMCE](http://www.tinymce.com/)
- [YUI Rich Editor](http://developer.yahoo.com/yui/editor/) (N.B. not currently available in Spree 0.70.x and newer)

# Installation #

1. Add the Spree Editor gem to your Gemfile:

    gem 'spree_editor', :git => 'git://raw.github.com/spree/spree_editor.git'

2. Install the gem:

    bundle install

3. Install the assets:

    rails g spree_editor:install

*NOTE:* currently YUI Rich Editor is not yet 3.1 asset ready.
The only editors currently working on Spree 0.70.x are WYMEditor and TinyMCE.

Copyright (c) 2010 [divineforest], released under the New BSD License

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_editor-0.70.0 README.md