Adding table behavior with automatically adjusting rows/column/cell sizes like markdown table editor
J
Jason Jennings
Markdown table editor has very clever automattially adjusting cell sizes. See below:
This would be an incredibly useful feature.
Eduard Metzger
Interesting! Haven’t thought of that. But should there be a limit? It might happen that you have a long text in a cell and then it expands horizontally like crazy
J
Jason Jennings
Eduard Metzger OneNote has a similar table editing behavior as markdown table editor. I am not a programmer but I have played around with Emacs orgmode tables as well. I think both OneNote and Emacs have some error code in there to prevent that from happening, some kind of word wrap once table is at max screen width or something?