Better formatting / look & feel for tables
planned
Gemini Loh
Hi all, does any know if markdown table support colspan and rowspan?
Maritaria
Gemini Loh: No, cells are only allowed single line content and the only adjustments for cells possible is content alignment.
I
Ian A-S
Gemini Loh: Yes, it does. This works for me:
| Col 1 | Col 2 | Col 3 | Col 4 |
|---|---|---|---|
| info | info | info | info |
| Colspan ||| info |
| Rowspan | info | Col and rowspan ||
| ^^ | info | ^^ |
lspitz
The CKEditor provides additional table and cell formatting editors that are not presently available in WikiJS - https://ckeditor.com/docs/ckeditor5/latest/features/table.html#table-and-cell-styling-tools
Alex-droid AD
I think it worth to look for some examples of formatting tools in VS Code.
At least there is ability to make width of column equal.
Nicolas Giard
planned