He keenthemes,
We tried to have a custom build and stuff, but we gave up, it was a total mess.
Could Metronic have this CKEditor feature (Table and anhanced table) :
https://ibb.co/sFyyLXF
Thank you
Hi riterix,
Could you please update the path to this? The CKEditor5 is not defined
error should be gone.
window.TableEditor = require("@ckeditor/ckeditor5-table");
Hi riterix,
This is the setup for webpack, similar to other CKEditor plugins. @ckeditor/ckeditor5-table
should be already in the node_modules folder.
You can try to add this file with the content below:tools/webpack/plugins/custom/ckeditor/ckeditor-table.js
window.TableEditor = require("@ckeditor/ckeditor5-table/build/table.js");
Hi Faizal thank you for the reply.
I did everything that you said : create file "ckeditor-table.js" put inside "window.TableEditor = require('@ckeditor/ckeditor5-table/build/table.js');"
+ and I compiled, it ok, after compile finished, I reference the "/assets/plugins/custom/ckeditor/ckeditor-table.bundle.js" in my base.html
but I got an error console :Uncaught ReferenceError: CKEditor5 is not defined
Any Hints ?..
Thank you so muuuuuch.
Hi riterix,
Sorry for the delay. I will check and test it further. Will get back to you with the best possible solution.
Thanks
Hi,
The current classic CKEditor package does not include the Table properties plugin.
You should use the Online CKEditor builder and build a custom package with Table and Table toolbar.
Then you can add the custom build in your gulp or webpack config.
Regards.
Hi Sean, thank you for the answer.
I did build a custom CKEditor with wanted functionalities. and I downloaded that Zip.
Do you mind to share how to add that in Webpack for Metronic 8 ?
Do I have now to delete the old CKEditor from webpack in order to install the new ?
Much details would be reaaaaaaly appreciated.
Thank you so much Sean.