tinymce-rails
tinymce-rails copied to clipboard
Integration of TinyMCE with the Rails asset pipeline
When I use tinymce in a ruby on rails app, in development, it works fine. However, when I run it in test mode, I get the following exception: ``` Failure/Error:...
I'm using tinymce-rails and the default configuration works perfectly fine. I want to add a custom plugin. The directions say to put my plugin in the asset pipeline: app/assets/javascripts/tinymce/plugins/mycustomplugin/plugin.js I...
I'm using `class="nested-fields"` within my form. I've done all the instructions, but nothing happens. Is there any tips?
According to docs, codesample has the following option: `code_dialog_height` and `code_dialog_width` (https://www.tinymce.com/docs/plugins/code/#code_dialog_height). Neither has effect when added to the config `tinymce.yml`. ``` menubar: false code_dialog_height: 10 toolbar: bold italic |...
I'm trying to add codesample plugin and load it, but it returns me an error. I've included files `prism.js` and `prism.css` according to the [documentation](https://www.tinymce.com/docs/plugins/codesample/) to the folders `app/assets/javascripts/tinymce/plugins/codesample/prism.js` and...
I thought that this was related to #190, but it turns out to be a separate issue. After I changed my Gemfile to use GitHub as the source, I had...
I have a pretty straightforward implementation of tinymce (see below). When I load the page that has a textfield that uses tinymce in it, and immediately quickly click on that...
Deployment fails with `compile` method while running assets::precompile task on server ``` config.tinymce.install = :compile ``` `copy` method works fine. Here is log from local machine, error on server looks...
In word-count plug-in `wordcount` functionality with editor is not working when `backspace` key pressed. It should update the word-count counter same as `space` key event.Please suggest solution here for this...
I'm french and I'd like to normalize the I18n process for TinyMCE. I18n.locale is returning a ISO 639-1 code but I cannot get a fr.js file working for the localization...