dynamic zone
That requires a bunch of extra work to create all the components. The editors have table plugins, what is wrong with enabling those?
Well it depends, on some cases markdown tables should be sufficent, but have you chekc CK8, if it has table plugins, you can fork the custom field repo and add plugins in your fork
ck5 has tables, the whole point is to not require every user to do the same task to enable these in strapi when it can be done once upstream for all users
guess you want a feature request it here then
I think the thing to do would be consistent, the default WYSIWYG editor.js also has tables
I’m personally interested in TipTap for WYSIWYG, which will get looked at after the effort to migrate the top-10 plugins to v5
I am with you.
Which plugins are you migrating?
I’m looking at TipTap
not currently working on it or using it though
<@726251637810659398> <@127203047725072384> <@632956853122236457> <@206956563414384644> sorry to dig up this old thread but Ideally we would like to preserve data tables as their own content type, so that editors can build it in one place and place them in articles using a dedicated table block.
Out of the options mentioned are there any that can let you build tables as a spreadsheet-esque builder as their own content type?
there is one editor plugin that uses Tiptap and enables tables by using its plugin table
I’m using excel parser and some custom components
But I needed tables that are comparable
I’m working on add features for the Tiptap plugin, but its maintainer didn’t review anything yet
<@712308204230541312> Here it is, Table Tiptap extension for the editor.
It will be in the official plugin once <@737376864599015428> merges the respective pull request.
Feel free to improve it and add all features you require through a pull request.
I think it would be nice for tables to be added in to the default rich text editor. Is there a feature request for this
There are a lot of feature request for the rich text editor, but it seems Slate is pretty complicated for development and the Strapi is very busy with core features