INTRODUCTION
------------
This module enables the BiDi plugin from CKEditor.com in your WYSIWYG.
The BiDi CKEditor plugin makes it possible to change the text direction
(HTML "dir" attribute) for a block-level content element ( such as a
paragraph, header, table or list ). It is useful for working with
bi-directional language content.
REQUIREMENTS
------------
CKEditor Module.
INSTALLATION
------------
1. Download this Drupal module (ckeditor_bidi) from:
   https://www.drupal.org/project/ckeditor_bidi
2. Place it in a proper place in your Drupal installation files tree, typically
   inside /modules directory. See
   https://www.drupal.org/docs/8/extending-drupal-8/installing-modules
   for details of other optional locations.
3. Download version 4.6.2 of the JavaScript BiDi plugin from http://ckeditor.com/addon/bidi.
4. By default, place the downloaded JavaScript plugin directory (bidi) inside
   your installation /libraries directory. This directory does not exist initially
   so you might need to create it yourself. After placing the plugin directory
   in the default location its path will be something like /libraries/bidi/plugin.js
   ** Optionally: to be able to place the JS plugin in other location then /libraries,
   install the "Libraries API" module: https://www.drupal.org/project/libraries
   this will allow you, for example, to place the js plugin inside custom install
   profile or single site in multisite installation.
5. Enable "CKEditor BiDi Buttons" module in Admin "Extend" page (/admin/modules).
6. Configure/Activate: Go to admin section of Drupal site /admin/config/content/formats
   select text format to configure and activate BiDi buttons by dragging them into
   active buttons area of WYSIWYG toolbar.
 
  
    View source  
  - INTRODUCTION
 - ------------
 - This module enables the BiDi plugin from CKEditor.com in your WYSIWYG.
 - The BiDi CKEditor plugin makes it possible to change the text direction
 - (HTML "dir" attribute) for a block-level content element ( such as a
 - paragraph, header, table or list ). It is useful for working with
 - bi-directional language content.
 - 
 - REQUIREMENTS
 - ------------
 - CKEditor Module.
 - 
 - INSTALLATION
 - ------------
 - 1. Download this Drupal module (ckeditor_bidi) from:
 -    https://www.drupal.org/project/ckeditor_bidi
 - 2. Place it in a proper place in your Drupal installation files tree, typically
 -    inside /modules directory. See
 -    https://www.drupal.org/docs/8/extending-drupal-8/installing-modules
 -    for details of other optional locations.
 - 3. Download version 4.6.2 of the JavaScript BiDi plugin from http://ckeditor.com/addon/bidi.
 - 4. By default, place the downloaded JavaScript plugin directory (bidi) inside
 -    your installation /libraries directory. This directory does not exist initially
 -    so you might need to create it yourself. After placing the plugin directory
 -    in the default location its path will be something like /libraries/bidi/plugin.js
 -    ** Optionally: to be able to place the JS plugin in other location then /libraries,
 -    install the "Libraries API" module: https://www.drupal.org/project/libraries
 -    this will allow you, for example, to place the js plugin inside custom install
 -    profile or single site in multisite installation.
 - 5. Enable "CKEditor BiDi Buttons" module in Admin "Extend" page (/admin/modules).
 - 6. Configure/Activate: Go to admin section of Drupal site /admin/config/content/formats
 -    select text format to configure and activate BiDi buttons by dragging them into
 -    active buttons area of WYSIWYG toolbar.