careteditor / issues

Caret issues
https://caret.io
327 stars 12 forks source link

Feature request: add table columns #824

Open jsmolka opened 5 years ago

jsmolka commented 5 years ago

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 |
| ---- | ---- | ---- |
|      |      |      |
astoilkov commented 5 years ago

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.

TravisJoe commented 5 years ago

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.