Table formatting? #6848
-
I do a lot of tables with my notes, but there doesn't seem to be any table formatting other than merging cells. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @Gemstone-of-the-sun! I'm Dosu and I’m helping the Trilium team. Trilium Notes supports basic table features like merging cells, setting width, and alignment, but it doesn't offer advanced formatting options such as cell coloring, sorting, formulas, or persistent formatting for new rows. These limitations come from the underlying CKEditor integration, and extending table functionality is not straightforward. There aren't any official or community plugins that add more advanced table formatting features at this time reference. A common workaround is to copy and paste tables from external editors like Excel or LibreOffice Calc, which can preserve some formatting reference. Scripting can help generate dynamic tables, but interactive features like sorting on click aren't supported reference. Feature requests for spreadsheet-like tables and enhanced formatting are active, but nothing has been implemented yet reference. If you need advanced table features, external tools remain the best option for now. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
@Gemstone-of-the-sun , what kind of formatting are you looking for? Coloring and border control is most certainly supported in text notes and it's in the same popup as merging cells. |
Beta Was this translation helpful? Give feedback.
Hi @Gemstone-of-the-sun! I'm Dosu and I’m helping the Trilium team.
Trilium Notes supports basic table features like merging cells, setting width, and alignment, but it doesn't offer advanced formatting options such as cell coloring, sorting, formulas, or persistent formatting for new rows. These limitations come from the underlying CKEditor integration, and extending table functionality is not straightforward. There aren't any official or community plugins that add more advanced table formatting features at this time reference.
A common workaround is to copy and paste tables from external editors like Excel or LibreOffice Calc, which can preserve some formatting reference. Scripting can…