adminjs-design-system icon indicating copy to clipboard operation
adminjs-design-system copied to clipboard

Add table and raw HTML support for rich text editor

Open ksewo opened this issue 3 years ago • 1 comments

Describe the problem feature solves It would allow for creating better content. Tables are commonly used in comparisons and datasets; therefore, it should be possible to add them with a built-in editor easily.

Support for raw HTML/markdown would be extremely useful, so if there is a situation in which something isn't implemented in the editor, then it can be implemented by writing HTML or markdown.

Describe the solution you'd like I'd like a rich text editor to have the possibility to add tables and make different operations on it, i.e. adding/removing rows, columns, etc.

Describe alternatives you've considered I've considered creating a custom component for rich text, but it would take more time to implement and the current implementation of a rich text editor seems fine for me, but I only miss the table support feature.

Acceptance criteria

  • [ ] Possibility to add a table and modify it
  • [ ] Possibility to add raw HTML

ksewo avatar Aug 20 '22 18:08 ksewo

I'm moving this to design system repository.

dziraf avatar Aug 31 '22 05:08 dziraf