Quote Widget

This widget can be used as an alternative to the Blockquote Plugin. It allows to wrap a blockquote element within a figure element with the CSS class quote and to add a caption in order to "clearly relate a quote to its attribution" (see WHATWG).

So the resulting HTML will be

<figure class="quote>
    <blockquote>
        ...
    </blockquote>
    <figcaption>
        ...
    </figcaption>
</figure>

If the caption is empty, the blockquote element will be unwrapped, so the resulting HTML will just be

<blockquote>
    ...
</blockquote>

Demo

Screenshots

quote

887 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 2.10

DownloadRelease notes

Technical release

Twitter Facebook Facebook Instagram Medium Linkedin GitHub Arrow down Phone Menu Close icon Check