This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
The default rich editor of October CMS does not support RTL and I don't know if it's scheduled to be added in near future. So one option is to replace it with my editor of choice which supports RTL. Is there any tutorial/documentation showing how one can replace the default text editor of October? I tried using "Wysiwyg Editors" plugin but none of the editors included in it have RTL-support enabled in them by default and I don't know how to enable RTL for them in the plugin. Any advice would be appreciated.
Last updated
Since it seems no one has a quick solution for you, may I suggest requesting that your editor of choice be added to the plugin? The developer states he would be adding other editors upon request.
Also, you could download the source of the plugin and look at it's code. It's not very complicated. You could include the required library's js files yourself in Plugin.php, and then create a partial for your editor.
If you did so, you could probably make a pull request to the plugin's repository and the developer may implement your code, so that you can continue updating the plugin without issues.
1-2 of 2