Hi russurquhart1! On Mi, 24 Dez 2014, [email protected] wrote:
> Hi All, > > I am creating documents using Markdown formatting. There are many tables in > the document i am working on. I'm trying to see if there is a plugin that > will allow me to take text like the following: > > SignedAddition Instructions Effect on OVC/OVCU > MOVU OVC,loc16 OVC = [loc16(5:0)] > > (where there is a tab character between the two columns above.) To something > like this: > > +----------------------------------+------------------------+ > | **Signed Addition Instructions** | **Effect on OVC/OVCU** | > +----------------------------------+------------------------+ > | MOVU OVC,loc16 | OVC = [loc16(5:0)] | > +----------------------------------+------------------------+ > > (I hope this looks alright, the webmail client keeps using a proportional > spaced font instead of the Courier i wanted. But it should look like a box, > above.) Perhaps try my csv plugin (https://github.com/chrisbra/csv.vim). That allows to transform csv separated data into ascii tables using the :CSVTable command. Mit freundlichen Grüßen Christian -- Man verteidiget oft eine Sache mit schwachen Gründen, weil man die stärksten sich nicht zu sagen getraut. -- Jean Paul -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
