Skip to content

Support for assisted table creation #95

@tlnagy

Description

@tlnagy

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions