Opened 16 years ago

Last modified 16 years ago

#4395 closed New Feature

Use htmldataprocessor to refactor pasting processor — at Version 1

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.1
Component: General Version:
Keywords: Paste Confirmed Cc:

Description (last modified by Garry Yao)

We should start using htmldataprocessor when processing with the pasting input, instead of current implementation which based on regexp exclusively, such a infrustructure would bring benefits in many sense:

  1. Allow structure transformation to happen easily toward the source instead of simply cleanup, e.g. MS-WORD created middot bullet -> HTML unordered list;
  2. Leveraging all the existing rules we currently have for output, e.g. flash object, namespaces tags;
  3. It will be much more easy for developer to extend/customize by adding/altering the rules.
Find this issue on GitHub

Change History (1)

comment:1 Changed 16 years ago by Garry Yao

Description: modified (diff)
Status: newassigned
Summary: Use htmldataprocessor to refactor pasting clean upUse htmldataprocessor to refactor pasting processor
Find this issue on GitHub
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy