CKEditor Preview module adds toolbar button which shows a preview of the
document as it will be displayed to end users or printed.
Dependencies
Installation
- Download and install CKEditor Preview module.
- Install the CKEditor Preview library
For Composer-managed Drupal installations, the recommended method is to use
the Composer Merge Plugin
and this module'scomposer.libraries.jsonfile. From a Composer project
root:- Execute
composer require wikimedia/composer-merge-plugin. - Add the following to the
extrasection of the rootcomposer.json
file:"merge-plugin": { "include": [ "{DOCROOT}/modules/contrib/ckeditor_preview/composer.libraries.json" ] },Note: Remember to replace
{DOCROOT}with the appropriate root folder
for the Drupal installation -- this is likelywebordocroot. - Execute
composer install(or, in some cases,composer update --lock).
That's it! Composer should install the CKEditor CodeMirror plugin in the
appropriate place (/libraries/preview). - Execute
Configuration
- Go to Administration » Configuration » Content authoring » Text formats
and editors (admin/config/content/formats). - Click Configure for any text format using CKEditor as the text editor.
- Add the Preview button to the toolbar.
- Scroll down and click Save configuration.
- Go to node create/edit page, choose the text format with Preview plugin.
- Press the Preview button.
Supporting organizations:
Has funded development time required for this module.
Project information
- Project categories: Administration tools, Content editing experience, Integrations
2 sites report using this module
- Created by rahulrasgon on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
