TrestleAdmin / trestle

A modern, responsive admin framework for Ruby on Rails
https://trestle.io
GNU Lesser General Public License v3.0
1.98k stars 177 forks source link

Add TinyMCE plugin and languages #165

Closed shenhf closed 5 years ago

shenhf commented 6 years ago

Hi, @spohlenz How to Add a TinyMCE plugin like MathType for TinyMCE . Also, I'd like to add TinyMCE language files.

thank for you help.

spohlenz commented 5 years ago

The trestle-tinymce plugin uses the tinymce-rails under the hood to include the TinyMCE assets. See the section on Custom Plugins & Skins in that project's README to see where to place the plugin assets.

For TinyMCE language files, you can install the tinymce-rails-langs gem.