ckeditor / github-writer

GitHub Writer - WYSIWYG Rich-Text Editor for GitHub, powered by CKEditor.
https://ckeditor.com/
Other
379 stars 61 forks source link

Add table styling functionality #341

Open mateuszzagorski opened 2 years ago

mateuszzagorski commented 2 years ago

📝 Provide a description of the new feature

it would be nice to give GHW users the ability to create more advanced tables with table/cell styling.

Additional notes:

After short investigation it seems that GFM does not allow for cell styling at all. We would need to create a custom implementation for this, as it won't work with table/cellproperties plugin out-of-the-box. As of today I wasn't able to find any working solution, other than simply styling the tables with some custom CSS.

Extracted from https://github.com/ckeditor/github-writer/issues/330.


If you'd like to see this feature implemented, add a 👍 reaction to this post.