rpeshkov / vscode-text-tables

VSCode extension that brings the power of Emacs table editing
MIT License
38 stars 14 forks source link

Multiple lines in cell #43

Open AnmolMago opened 5 years ago

AnmolMago commented 5 years ago

This feature would be super useful, see the grid tables found here

rpeshkov commented 5 years ago

Hi @AnmolMago,

But this feature is under section Not supported of the extension you provided. How do you see implementation of this feature?

The problem with markdown tables is that they don't support multiline cells by design and there's no way to overcome this limitation, unfortunately.

jcrben commented 1 year ago

@rpeshkov perhaps org mode?

there's also RST https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#tables which it appears supports multiline cells

there's also table.el https://github.com/emacs-mirror/emacs/blob/master/lisp/textmodes/table.el