Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

spree-contrib/spree_editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

  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

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 84.0%
  • HTML 14.3%
  • JavaScript 1.1%
  • CSS 0.6%