Uploaded image for project: '{RETIRED} CKEditor Integration'
  1. {RETIRED} CKEditor Integration
  2. CKEDITOR-193

Add a "Clean Paste Content Automatically" option for CKEditor

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 1.19
    • 1.18
    • None
    • None
    • High
    • Medium
    • N/A

    Description

      On previous XWiki versions we had a setting that automatically cleaned up pasted content inside the GWT editor.

      I believe this option should also be available for CKEditor, now that on newer versions we dropped the GWT editor.

      Attachments

        Issue Links

          Activity

            [CKEDITOR-193] Add a "Clean Paste Content Automatically" option for CKEditor
            msmeria Manuel Smeria added a comment -

            Here's what I propose:

            • implement (2) and enable it by default
            • document a way to disable it from the Advanced Configuration text area. This is only for (2), it doesn't make sense to disable (1).
            • don't introduce a UI for it in the administration section because, as you can see from the attached image, there's a lot to explain about what it does and it will simply confuse the users, plus we don't want uses to easily disable it because we want them to focus on the content and leave the presentation to be handled by the XWiki skin.

            Sounds good! This will make it harder for users to disable a feature they don't fully understand

            msmeria Manuel Smeria added a comment - Here's what I propose: implement (2) and enable it by default document a way to disable it from the Advanced Configuration text area. This is only for (2), it doesn't make sense to disable (1). don't introduce a UI for it in the administration section because, as you can see from the attached image, there's a lot to explain about what it does and it will simply confuse the users, plus we don't want uses to easily disable it because we want them to focus on the content and leave the presentation to be handled by the XWiki skin. Sounds good! This will make it harder for users to disable a feature they don't fully understand

            If you want to disable the new behavior only for paste from Word use the following in the Advanced Configuration:

            // See https://dev.ckeditor.com/ticket/13093
            config.applyPasteFilterAfterPasteFromWord = false;
            

            If you want to disable the new behavior for any source use:

            // See https://docs.ckeditor.com/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-pasteFilter
            config.pasteFilter = CKEDITOR.env.webkit ? 'semantic-content' : null;
            
            mflorea Marius Dumitru Florea added a comment - If you want to disable the new behavior only for paste from Word use the following in the Advanced Configuration: // See https://dev.ckeditor.com/ticket/13093 config.applyPasteFilterAfterPasteFromWord = false; If you want to disable the new behavior for any source use: // See https://docs.ckeditor.com/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-pasteFilter config.pasteFilter = CKEDITOR.env.webkit ? 'semantic-content' : null;
            vmassol Vincent Massol added a comment -

            Looks good to me (at least for now), provided we document how to skip 2 if need be.

            vmassol Vincent Massol added a comment - Looks good to me (at least for now), provided we document how to skip 2 if need be.

            The option to "Clean Paste Content Automatically" from the old WYSIWYG editor had two goals:

            1. Ensure that the pasted HTML content is valid
            2. Ensure that the corresponding wiki syntax is as simple as possible (i.e. keep only the HTML elements and styles that have dedicated wiki syntax markup)

            CKEditor does (1) by default so what's missing is (2). Here's what I propose:

            • implement (2) and enable it by default
            • document a way to disable it from the Advanced Configuration text area. This is only for (2), it doesn't make sense to disable (1).
            • don't introduce a UI for it in the administration section because, as you can see from the attached image, there's a lot to explain about what it does and it will simply confuse the users, plus we don't want uses to easily disable it because we want them to focus on the content and leave the presentation to be handled by the XWiki skin.
            mflorea Marius Dumitru Florea added a comment - The option to "Clean Paste Content Automatically" from the old WYSIWYG editor had two goals: Ensure that the pasted HTML content is valid Ensure that the corresponding wiki syntax is as simple as possible (i.e. keep only the HTML elements and styles that have dedicated wiki syntax markup) CKEditor does (1) by default so what's missing is (2). Here's what I propose: implement (2) and enable it by default document a way to disable it from the Advanced Configuration text area. This is only for (2), it doesn't make sense to disable (1). don't introduce a UI for it in the administration section because, as you can see from the attached image, there's a lot to explain about what it does and it will simply confuse the users, plus we don't want uses to easily disable it because we want them to focus on the content and leave the presentation to be handled by the XWiki skin.

            People

              mflorea Marius Dumitru Florea
              msmeria Manuel Smeria
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - Not Specified
                  Not Specified
                  Logged:
                  Time Spent - 1 day, 2 hours
                  1d 2h