issues icon indicating copy to clipboard operation
issues copied to clipboard

Feature request: add table columns

Open jsmolka opened this issue 7 years ago • 2 comments

Currently it's not possible to easily expand a table with new columns. It would be a nice feature if you could add a new column by expanding the tables head.

| head | head |
| ---- | ---- |
|      |      |

| head | head | head3 | (now press enter)
| ---- | ---- |
|      |      |

| head | head | head |
| ---- | ---- | ---- |
|      |      |      |

jsmolka avatar Oct 19 '18 09:10 jsmolka

Thanks for the suggestion.

We have been thinking about this feature but we are also considering reimplementing the entire table implementation because there are some issues that can't be solved with the current approach.

astoilkov avatar Oct 19 '18 11:10 astoilkov

I would say that besides table editing I am very happy with Caret to the point of paying for it. I want to use it for my software readme documentation and table creation and editing is one of my main needs.

TravisJoe avatar Dec 15 '18 06:12 TravisJoe