Skip to content

xwiki-attic/application-ckeditor

Repository files navigation

CKEditor Integration with XWiki

Note: This extension has been moved to xwiki-platform. This repository is now only dedicated to bugfixes and will be moved to the attic once XWIki 13.10.x and 14.4.x support is dropped.

Adds support for editing wiki pages using CKEditor.

Starting with XWiki 8.2 this is the default WYSIWYG content editor. On older versions of XWiki this application extends the Edit menu with a new entry called 'CKEditor' that loads a new edit mode where you can edit the content of the wiki page using the CKEditor.

Building

You need the following in order to build this extension:

  • Java 11
  • Maven 3.6+
  • An X Display (needed by CKBuilder)

Release Steps

  • Maven release:
mvn release:prepare -Pintegration-tests,docker
mvn release:perform -Pintegration-tests,docker