From 15c85343b1b595dbbea80b31b9d8514f8df281d4 Mon Sep 17 00:00:00 2001 From: robertSt7 <104770750+robertSt7@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:35:26 +0100 Subject: [PATCH] Update doc/01_Migration_to_Quill.md Co-authored-by: Bernhard Rusch --- doc/01_Migration_to_Quill.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/01_Migration_to_Quill.md b/doc/01_Migration_to_Quill.md index 3147d8a..9945541 100644 --- a/doc/01_Migration_to_Quill.md +++ b/doc/01_Migration_to_Quill.md @@ -2,11 +2,13 @@ Every WYSIWYG-Editor (TinyMCE, CKEditor, ...) has its own peculiarities, that means that they are never 100% compatible to each other. Potential incompatibilities can result into different markup or styling, in rare edge-cases even in a kind of data-loss if the existing markup is not supported by Quill. Therefore it's important to check your existing contents for compatibility with the editor. -## Configuration +## Known incompatibilities + +### Configuration Change the twig and public configs according to [config options](https://quilljs.com/docs/configuration/) -## Tables & Lists +### Tables & Lists Tables & Lists form TinyMCE could be displayed different in Quill than in TinyMCE. Please check your fields after migration.