Table in Quill Editor or Custom Editor
I'm almost done setting up my UNA powered site and was about migrating the contents of my website from the old platform and then I noticed that there's no table feature in the editor.
My major concern is that 70% of my content contains table. So how do I make it work?
If there's a way to integrate table in the default editor, kindly guide me through cos it's very crucial for my project.
OR
If there's an easy way to integrate custom Editor like tinymce, kindly guide me as well.
-
-
·
LeonidS
- ·
Hello @Jmobile !
Unfortunately, the tables are missing in the version of Quill that we use. See more details here: https://github.com/quilljs/quill/issues/3173
There is no quick way to add a new editor because it will require the record in the sys_objects_editor table and the own BxBaseEditor[your editor name].php, inc/classes/editior[your editor name].js and BxTemplEditor[your editor name ].php for your template.
-
·
LeonidS
-
- · Jmobile
-
·
In reply to LeonidS
- ·
So, is there any hope for an upgraded version of Quill editor in next update?