Module Description
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
Manual Installation
* Download CKEditor Find/Replace from drupal.org into your module directory
* Download the CKEditor Plugin at Find/Replace
* Unzip and place the plugin folder contents in the following directory: DRUPAL_ROOT/libraries/ckeditor/plugins/find
* Enable the CKEditor Find/Replace module.
* In the Administrative menu, go to Configuration -> Text formats and editors.
* Select which text format you want to add the find/replace buttons to. For example “Basic HTML”.
* Add the Find, Find RTL, and Replace buttons, which came from CKEditor Find/Replace module.

Composer Installation
* Add the following repository to you composer.json file: { "repositories": [ { "type": "package", "package": { "name": "ckeditor/find", "version": "4.14.1", "type": "drupal-library", "extra": { "installer-name": "ckeditor/plugins/find" }, "dist": { "url": "https://download.ckeditor.com/find/releases/find_4.14.1.zip", "type": "zip" } } } ] }
* In your composer directory, run composer require drupal/ckeditor_find It should automatically include the package that you defined and install it in the correct place.
* Enable the CKEditor Find/Replace module.
* In the Administrative menu, go to Configuration -> Text formats and editors.
* Select which text format you want to add the find/replace buttons to. For example “Basic HTML”.
* 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.

Project Usage
3091
Creation Date
Changed Date
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the find and replace functionality for CKEditor on Drupal 8.
Data Name
ckeditor_find

OPENAI CHATBOT

OPENAI CHATBOT

12:19:02
Generic Chatbot
Hi, I'm a Drupal module expert powered by OpenAI, answering your questions about the Drupal module ecosystem. How can I be helpful today? Please note that we will log your question.