You are here

README.txt in CKEditor BiDi Buttons 8

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 3.x README.txt
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.

File

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