-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Copy formatting / format painter #1901
Comments
Hello, and thanks for the good work on CKE5. I'm currently building a word-like editor for our customers, and we want them to feel the same as with the tools they currently know. |
@Jch71 I see your point. But this is a separate feature request not related with Copy Formatting / Format Painter (unless I miss something 🙂). In that case please report a separate issue for this, so that community can find it easily and bump it. |
Please, what is the npm copyFormatting package for the 5x version of ckeditor? npm i @ ckeditor5 - ???? |
Our customers is asking for format painter. |
Any update on this? Would like to see this feature in your product. |
any update? |
Would love to have this feature on our app. |
I'm interested too in copy formatting plugin. |
Following |
any update? |
Important ability. We need it too. |
We also need this functionality. WHy was it taken out? It would be super helpful to know the reasons why you take things out between versions. Our customers count on this. |
Hi - when can we expect a format painter on CKEditor 5? |
Can't wait! I realized it by myself, it's still very simple! |
Do you have NPM package? |
No, only on the company project. I can offer you some ideas if you want. |
Hi, could you give me some ideas? I really need this feature on my project. |
ok! No problem. |
Wrote a blog to introduce the ideas of plug-in implementation. |
Our customers would like to have a format-painter feature as well. Would be great, if you could implement this important feature! |
This feature is a hard requirement for a project I am currently working on. Would be nice to see it officially implemented. |
The feature has been shipped in version 37.1.0 and is available as a part of productivity pack feature set 🎉 You can give it a try in our format painter feature guide. |
Is this a bug report or feature request?
🆕 Feature request
💻 Version of CKEditor
CKEditor v5 @ 12.3.1
📋 Steps to reproduce
It would be nice to have a feature that allows you to easily apply formatting from one part of the document to the other.
We have already copy formatting feature implemented in CKEditor 4.
📃 Other details that might be useful
The implementation should use AttributeProperties#isFormatting property to identify formatting attributes.
If you'd like to see this feature implemented, add 👍 to this post.
The text was updated successfully, but these errors were encountered: