Is your feature request related to a problem? Please describe.
I'm often frustrated when I try to share tabular data or organize information in the chat window. Currently, there is no support for markdown tables, so tables either appear as plain text or lose their formatting, making them hard to read and understand.
Describe the solution you'd like
I would like the chat window to support markdown table syntax, so that tables are rendered properly.
Describe alternatives you've considered
Using the copy button and paste it into a new note helps to render the table correctly... but this not usefull
Additional context
Here’s an example of the markdown table syntax I’d like to use:
Edit: aahhhrgg github comment renderer forces me to use escape syntax :D
| Name | Description | Quantity | Price |
|--------|---------------------------|----------|--------|
| Lorem | Lorem ipsum dolor sit amet | 10 | $5.00 |
| Ipsum | Consectetur adipiscing | 25 | $7.50 |
| Dolor | Sed do eiusmod tempor | 15 | $6.25 |
| Sit | Incididunt ut labore | 8 | $4.75 |
| Amet | Et dolore magna aliqua | 12 | $5.50 |
It would be helpful if the chat window could render this as a formatted table. This feature would improve readability and make sharing information much more efficient.
Is your feature request related to a problem? Please describe.
I'm often frustrated when I try to share tabular data or organize information in the chat window. Currently, there is no support for markdown tables, so tables either appear as plain text or lose their formatting, making them hard to read and understand.
Describe the solution you'd like
I would like the chat window to support markdown table syntax, so that tables are rendered properly.
Describe alternatives you've considered
Using the copy button and paste it into a new note helps to render the table correctly... but this not usefull
Additional context
Here’s an example of the markdown table syntax I’d like to use:
Edit: aahhhrgg github comment renderer forces me to use escape syntax :D
It would be helpful if the chat window could render this as a formatted table. This feature would improve readability and make sharing information much more efficient.