Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic support for clipboard (pasting HTML and plain-text) #342

Closed
3 of 4 tasks
Reinmar opened this issue Oct 9, 2016 · 1 comment
Closed
3 of 4 tasks

Basic support for clipboard (pasting HTML and plain-text) #342

Reinmar opened this issue Oct 9, 2016 · 1 comment
Assignees
Labels
type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone

Comments

@Reinmar
Copy link
Member

Reinmar commented Oct 9, 2016

TODO:

  • https://github.com/ckeditor/ckeditor5-clipboard/issues/1 – The clipboard feature. DataTransfer facade + plain-text HTMLificiation + observers + end-feature (this time without buttons ;>). Perhaps also a command.
  • Processing pipeline for input HTML. We'll use the editing pipeline, but we'll need to extend converter builders and standalone converters, because the editing pipeline currently works in one way only (model->view).
  • composer.insertContent() (like CKE4's editor.insertHtml() + editor.insertText())
  • Content filtering – tests, fixes and stability – moved to https://github.com/ckeditor/ckeditor5-clipboard/issues/3.
@Reinmar Reinmar added this to the iteration 4 milestone Oct 9, 2016
@Reinmar Reinmar added type:feature This issue reports a feature request (an idea for a new functionality or a missing option). status:confirmed labels Oct 9, 2016
@Reinmar Reinmar self-assigned this Oct 9, 2016
@Reinmar
Copy link
Member Author

Reinmar commented Oct 28, 2016

First 3 points were done. I wasn't able to work on filtering stability in this release so I moved it to a separate ticket (https://github.com/ckeditor/ckeditor5-clipboard/issues/3) and we'll work on it in the next iteration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Projects
None yet
Development

No branches or pull requests

1 participant