Changes for page Features

Last modified by Manuel Leduc on 2023/10/10 13:52

<
From version < 3.2 >
edited by Marius Dumitru Florea
on 2017/08/24 13:21
To version < 3.3 >
edited by Marius Dumitru Florea
on 2017/08/24 13:37
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,10 +10,12 @@
10 10  
11 11  == XWiki Features ==
12 12  
13 -In order to integrate CKEditor with XWiki we had to modify some of the standard features, like links and images, and to add new features that only make sense in XWiki, like macros.
13 +In order to integrate CKEditor with XWiki we had to modify some of the standard features, like links and images, and to add new features that only make sense in XWiki, like support for wiki macros.
14 14  
15 15  === Advanced Content Filter for XWiki Syntax ===
16 16  
17 +From the start you need to know that the content you edit with the CKEditor is saved in XWiki as wiki syntax. This means that the HTML produced by the CKEditor is converted at save time to wiki syntax. In order for this conversion to be possible we have to disable the CKEditor features that produce content that cannot be written in wiki syntax and to remove (filter) such content from the CKEditor output. We achieve this by configuring the [[Advanced Content Filter>>https://docs.ckeditor.com/#!/guide/dev_acf]] with rules for the [[XWiki Syntax>>platform:Main.XWikiSyntax]].
18 +
17 17  === Wiki Syntax Source ===
18 18  
19 19  === Wiki Links ===

Get Connected