konstantinmuenster / strapi-plugin-rich-text

A WYSIWYG editor for your rich text fields
MIT License
9 stars 3 forks source link

feat: #8 add table to the editor #20

Open SalahAdDin opened 3 months ago

SalahAdDin commented 3 months ago

What does it do?

It adds the Tiptap's table extension, toolbar button, and floating toolbar to the editor.

Why is it needed?

Some content editors would want to add simple tables to their posts.

How to test it?

Select an empty line, click the Table button in the toolbar, see the floating toolbar to work with rows or columns, or delete the table.

https://github.com/user-attachments/assets/1bf70ec9-6eaf-48b3-bd47-4ab6a5237f88

image

Notes