You are here

README.txt in CKEditor Table of Contents 8

CKEditor Table of Contents
==============================

Description
===========
This module enables the Table of Contents plugin from CKEditor.com.
This plugin adds a simple Table of Contents widget which crawls the content for
Heading-Tags (<h1>, ... ,<h6>) and adds Anchor tags to headings.

Usage
=====
Go to the Text formats and editors settings (/admin/config/content/formats) and
add the Table of Contents Button to any CKEditor-enabled text format you want.

Installation
============
1. Download the plugin from http://ckeditor.com/addon/contents
2. Place the plugin in the root libraries folder (/libraries).
3. Enable CKEditor Accessibility Checker module in the Drupal admin.

With composer add the following to your repositories
then `composer require ckeditor/contents`
```
"ckeditor.contents": {
  "type": "package",
  "package": {
    "name": "ckeditor/contents",
    "version": "0.11",
    "type": "drupal-library",
    "extra": {
      "installer-name": "contents"
    },
    "dist": {
      "url": "https://download.ckeditor.com/contents/releases/contents_0.11.zip",
      "type": "zip"
    }
  }
},
```

Dependencies
============
This module requires the core CKEditor module .

Uninstallation
==============
1. Uninstall the module from 'Administer >> Modules'.

File

README.txt
View source
  1. CKEditor Table of Contents
  2. ==============================
  3. Description
  4. ===========
  5. This module enables the Table of Contents plugin from CKEditor.com.
  6. This plugin adds a simple Table of Contents widget which crawls the content for
  7. Heading-Tags (

    , ... ,

    ) and adds Anchor tags to headings.
  8. Usage
  9. =====
  10. Go to the Text formats and editors settings (/admin/config/content/formats) and
  11. add the Table of Contents Button to any CKEditor-enabled text format you want.
  12. Installation
  13. ============
  14. 1. Download the plugin from http://ckeditor.com/addon/contents
  15. 2. Place the plugin in the root libraries folder (/libraries).
  16. 3. Enable CKEditor Accessibility Checker module in the Drupal admin.
  17. With composer add the following to your repositories
  18. then `composer require ckeditor/contents`
  19. ```
  20. "ckeditor.contents": {
  21. "type": "package",
  22. "package": {
  23. "name": "ckeditor/contents",
  24. "version": "0.11",
  25. "type": "drupal-library",
  26. "extra": {
  27. "installer-name": "contents"
  28. },
  29. "dist": {
  30. "url": "https://download.ckeditor.com/contents/releases/contents_0.11.zip",
  31. "type": "zip"
  32. }
  33. }
  34. },
  35. ```
  36. Dependencies
  37. ============
  38. This module requires the core CKEditor module .
  39. Uninstallation
  40. ==============
  41. 1. Uninstall the module from 'Administer >> Modules'.