Replaced by: 

If you are using CKEditor 5 from the Drupal core, there is not need to install this module, as most features are now included out-of-the-box with the default table plugin. Also see #3324225: Support CKEditor 5's table properties and cell properties plugins in Full HTML

CKEditor 5

This module is obsolete for CKEditor 5 as most features are now included out-of-the-box with the default table plugin. To continue using this module, it is necessary to use CKEditor 4. This module depends on the CKEditor Table Tools Toolbar plugin, which is not ported to CKEditor 5. See #3386869: Alternatives to Table Tools Toolbar for CKEditor 5 for additional details.

CKEditor 4

This module integrates the CKEditor 4Table Tools Toolbar plugin.

It provides a plugin for CKEditor 4, that add toolbar's groups with buttons relevant to tabletools plugin's table's context menu items actions.

Dependencies

Unfortunately to continue using this module it is necessary to use the CKEditor 4 contrib module, as the module depends on the Table Tools Toolbar plugin, which was not ported to CKEditor 5 yet.

This module requires to install the CKEditor 4 Table Tools Toolbar plugin.

How to install dependencies via composer

  1. Add ckeditor/tabletoolstoolbar repositories to your `composer.json`.

    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "ckeditor/tabletoolstoolbar",
                "version": "0.0.1",
                "type": "drupal-library",
                "dist": {
                    "url": "https://download.ckeditor.com/tabletoolstoolbar/releases/tabletoolstoolbar_0.0.1.zip",
                    "type": "zip"
                }
            }
        }
    ],
  2. Execute `composer require ckeditor/tabletoolstoolbar`
  3. Make sure there is the file `libraries/tabletoolstoolbar/plugin.js`.

How to install dependencies manually

  1. Download the plugin on the project page : https://ckeditor.com/addon/tabletoolstoolbar
  2. Create a libraries folder in your drupal root if it doesn't exist
  3. Extract the plugin archive in the librairies folder
  4. Make sure there is the file `libraries/tabletoolstoolbar/plugin.js`.

How to use

  1. Go to the format and editor config page and click configure on the format your
  2. want to edit :
  3. http://example.com/admin/config/content/formats
  4. Add the plugin buttons in your editor toolbar.
  5. Save, that's it.

Contribute

Supporting organizations: 
Initial development

Project information

Releases