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
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.
really??, that would be cool, I only need a guide to start implementing and maybe with your code I have a better idea!
Would you be interested in publishing a plug-in for the same?
We can work together
That would be good, I'm tempted for the v5 doucment view
I\d be interesting too
Yes, it will be cool, because that functionality is taken relevance!
Then let's do it guys. I'll share the repo soon.
great!
how we can create a plugin in filament, i dont know how i can do that
@Yash Could you help me with this? Attempting the same
Yeah sure.
What do you need?
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
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.
Oh alright. Guide me through if its not an issue
You have to create a custom alpine component https://filamentphp.com/docs/3.x/support/assets
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.
I got it running! Just created a blade component and called it.
can share me how to implement it
can you share me your code?
Yes, still need it?
I want too
@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