CKEditor 5 screenshot

This project is not covered by Drupal’s security advisory policy.

A CKEditor plugin for Drupal to create a quote with text and author.

It improves the blockquote plugin by allowing the editor to add an author. It is compatible with previous existing blockquotes without author.

It allows editors to break the quote in different lines (by using <p>).

Versions

Version 3.x is compatible with CKEditor 5, while version 2.x just works with CKEditor 4.

Example

Using the CKEditor plugin you can enter the quote with the author.

<blockquote>
  <p>Only when we are brave enough to explore the darkness will we discover the infinite power of our light</p>
  <div class="author">Brene Brown</div>
</blockquote>

How to configure

First enable the module and then go to Configuration - Content authoring - Text formats and editors, and edit those you want to use CKEditor Quote with. The icon of the plugin is like the blockquote with a "+" symbol below. You can replace blockquote with CKEditor Quote if it was already in use.

You would need to add <div class="author"> as allowed HTML tags if you are using the "Limit allowed HTML tags and correct faulty HTML" filter.

Supporting organizations: 

Project information

Releases