/spree_editor

Rich text editor for Spree with Image and File uploading in-place

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

SpreeEditor

Summary

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

Installation

  1. Add the Spree Editor gem to your Gemfile:

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

    gem 'tinymce-rails', '>= 3.4.7.0.1'

  2. Install the gem:

    bundle install

  3. Install the assets:

    rails g spree_editor:install

Language-Support

To obtain support for multiple languages with TinyMCE add tinymce-rails-langs to your Gemfile:

`gem 'tinymce-rails-langs'`

TinyMCE will not be loaded unless it finds a language package matching your Spree::Config.default_locale.

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