| Issue 67: | Patch to incorporate the TinyMCE Editor into new products and new content pages | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Installing this patch will include the TinyMCE Editor and some modified files to support its use. Editing substruct.rb in /lib can change the TinyMCE options, and additional options can be added by merging them within the appropriate controllers for finer detail. When installing this patch, you will also need to run the TinyMCE rake task to copy the javascript files over: rake tiny_mce:scripts:install
Mar 28, 2008
OK. I'll re-do the patch to only include the files I modified and then include some instructions on how to install TinyMCE.
Mar 28, 2008
This method works. Sorry for the trouble. Apply the provided patch. From your app directory: script/plugin install https://secure.near-time.com/svn/plugins/trunk/tiny_mce rake tiny_mce:scripts:install Everything else is as indicated above.
Aug 15, 2008
Thanks for this, but I'm not sure I'm interested in adding TinyMCE at the moment with the direction I might take the content editing pages...
Status:
WontFix
Mar 4, 2009
So, is there another form of WYSIWYG text input editor in the pipeline? Having one built in would be a great feature - substruct is often used when setting up a shop for a non-techie 3rd party and non-techies expect WYSiWYG editors. Most shop owners are busy enough already, they don't want to have to learn things like Textile.
Mar 4, 2009
This patch appears to not work with substruct 1.0 a6 (uploaded aug 2008). Any idea where I could find an older version of substruct from around the time this patch was made - 1.0 a2 for example? archive.org doesn't have the files.
Aug 23, 2010
This patch is old, but I'm looking into getting some sort of rich text editor into the app.
Status:
Accepted
|
This patch is broken and lacking all button images. It can be applied, the rake task run but all images are missing and the system issues tons of errors: ActionController::RoutingError (No route matches "/javascripts/tiny_mce/themes/advanced/images/visualaid.gif" with {:method=>:get}): /vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path' /vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize' ...