From 5400e8f53ac65ea8e72dadfee5a933f11d7c3156 Mon Sep 17 00:00:00 2001 From: Manuel Leduc <manuel.leduc@xwiki.com> Date: Fri, 8 Jul 2022 10:24:13 +0200 Subject: [PATCH] [Misc] Add note regarding the migration of CKEditor to XWiki Platform --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ecbb64b2..390f7f35 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # CKEditor Integration with XWiki +**Note**: This extension has been moved to [xwiki-platform](https://github.com/xwiki/xwiki-platform/tree/master/xwiki-platform-core/xwiki-platform-ckeditor). +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](http://ckeditor.com/). 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. -- GitLab