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.
20 Replies
Yash
Yash10mo 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 LariosOP10mo 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
Yash10mo ago
Would you be interested in publishing a plug-in for the same? We can work together
toeknee
toeknee10mo ago
That would be good, I'm tempted for the v5 doucment view I\d be interesting too
Fernando Larios
Fernando LariosOP10mo ago
Yes, it will be cool, because that functionality is taken relevance!
Yash
Yash10mo ago
Then let's do it guys. I'll share the repo soon.
Fernando Larios
Fernando LariosOP10mo ago
great! how we can create a plugin in filament, i dont know how i can do that
MZX
MZX8mo ago
@Yash Could you help me with this? Attempting the same
Yash
Yash8mo ago
Yeah sure. What do you need?
MZX
MZX8mo 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
Yash8mo 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
MZX8mo ago
Oh alright. Guide me through if its not an issue
Yash
Yash8mo 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
MZX8mo ago
I got it running! Just created a blade component and called it.
thexyn
thexyn4mo ago
can share me how to implement it can you share me your code?
MZX
MZX4mo ago
Yes, still need it?
Expecto Patronum
I want too
MZX
MZX3mo ago
@thexyn @epertinez I don't have the code for CKEditor bc i remember i ran into some issues, so I just swapped it out for TinyEditor https://filamentphp.com/plugins/mohamedsabil83-tinyeditor
Filament
TinyEditor by Mohamed Sabil - Filament
A form component for the Tinymce editor.

Did you find this page helpful?