-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Description
One of the most annoying things about writing pandoc markdown is table creation. It would be super nice if vim-pandoc had some kind of assistance while creating tables, e.g. insertion of new columns, new rows easily, pasting column-wise into the table, etc. Currently, I have to read in data using Python's Pandas package and print the table using https://bitbucket.org/astanin/python-tabulate. Then I copy it over to vim, but the whole procedure is very annoying for small tables.
I realize that this is a big request and will probably require quite a bit of thought on how to best implement it.