it is possible to implement Ckeditor in filament?

I have looked for an option to integrate ckeditor into filament but I have not found it, has any of you managed to implement it? I would appreciate it very much! https://ckeditor.com/ckeditor-5/demo/editor-types/
User Interface Configurations - CKEditor 5 demo
CKEditor comes with a variety of editor types and user interface configuration options you can choose from. See all of them in action.
16 Replies
Yash
Yash4mo ago
I have integrated it in one of my project. I didn't publish any plug-in for it but I can share the code if you need.
Fernando Larios
Fernando Larios4mo ago
really??, that would be cool, I only need a guide to start implementing and maybe with your code I have a better idea!
Yash
Yash4mo ago
Would you be interested in publishing a plug-in for the same? We can work together
toeknee
toeknee4mo ago
That would be good, I'm tempted for the v5 doucment view I\d be interesting too
Fernando Larios
Fernando Larios4mo ago
Yes, it will be cool, because that functionality is taken relevance!
Yash
Yash4mo ago
Then let's do it guys. I'll share the repo soon.
Fernando Larios
Fernando Larios4mo ago
great! how we can create a plugin in filament, i dont know how i can do that
MZX
MZX5d ago
@Yash Could you help me with this? Attempting the same
Yash
Yash5d ago
Yeah sure. What do you need?
MZX
MZX5d ago
I have to implement CKEditor 4 Wherever I have textarea I want to use CKEditor 4. I now 4 is not supported anymore but its a client requirement. @Yash
Yash
Yash5d ago
I implemented Ckeditor 5 in my project and it is working fine. It's not perfect, there are a few issues with dark mode and the layout here and there but I got it working. The process to implement ckeditor 4 should be same.
MZX
MZX5d ago
Oh alright. Guide me through if its not an issue
Yash
Yash5d ago
Follow this guide There is also a video on laracast I followed this same process If you get stuck somewhere then hit me up and I'll share some code snippets.
MZX
MZX5d ago
I got it running! Just created a blade component and called it.