Hello everybody,
I'm Yannick - I'm new here - and I'm currently spending my time on integrating CKEditor into the forum software I'm developing. However, I've got a little problem. The BBCode plugin, to be exact. There are 2 parts in my forum: the front-end and back-end. The editor on the front-end should use BBCode, the back-end the regular output from CKEditor. However, the plugins have to be defined at the same place. How can I tell the back-end editor to not load the BBCode plugin?
Thanks in advance,
Yannick
-----
Nevermind, found a solution
Hi Yannick,
Hi Yannick,
welcome to CKEditor! We're glad to hear that you managed to solve your issue. However, it would be really cool if you actually posted the solution and not just mentioned that you have one -- who knows, perhaps it will help someone in the future, too!
By the way, do remember that the BBCode plugin is a proof-of-concept rather than production-ready feature since there are many BBCode flavors out there so you need to configure and extend it to match your environment.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
customConfig
Well, it was actualy kind of simple, simply using "customConfig" was enough to load another config file. So for avyone out there looking for the same question:
Anyway, I'm aware that the BBCode plugin isn't usable at its current state in the software I'm writing and that's a thing I'm working on right now. :) Through I might need help with it in the future. Guess I can always ask here, right? :) Anyway, thanks.
BBCode plugin
For the BBCode plugin, how can I build support for the YouTube plugin, to make it in BBCode something like [video]<url>[/video]?