CKEditor Find/Replace

Component ID

2814077

Component name

CKEditor Find/Replace

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

196

Component created

Component changed

Component body

This module provides the find and replace functionality for CKEditor on Drupal 8.

Features

  • Quickly search the text as well as replace words inside it.
  • Common options available for matching:
    • case
    • whole word
    • cyclic

Requirements

  • CKEditor (Packaged with Drupal 8 Core)

Installation

  1. Download CKEditor Find/Replace from drupal.org into your module directory
  2. Download the CKEditor Plugin at Find/Replace
  3. Unzip and place the plugin folder contents in the following directory: DRUPAL_ROOT/libraries/ckeditor/plugins/find
  4. Enable the CKEditor Find/Replace module.
  5. In the Administrative menu, go to Configuration -> Text formats and editors.
  6. Select which text format you want to add the find/replace buttons to. For example “Basic HTML”.
  7. Add the Find, Find RTL, and Replace buttons, which came from CKEditor Find/Replace module.

CKEditor Addon

http://ckeditor.com/addon/find

Special Thanks

Vardot and the team behind CKEditor Anchor Link, upon which this module is very closely based.