vkocubinsky / SublimeTableEditor

This package is no more supported. I moved to vim.
Other
494 stars 67 forks source link

Pandoc grid tables alignement not working! #64

Open robinrosenstock opened 6 years ago

robinrosenstock commented 6 years ago

from:

+----------------------+-------+
| longlonglonglongName | Phone |
+======================+=======+
| test                 | test  |
|                      |       |

when inserting a colon : in the header and let reformat the (for example with tab) table, then it will autocomplete to:

+-------------------------+---------+
| longlonglonglongName    | Phone   |
| ======================: | ======= |
| test                    | test    |
|                         |         |

which is false, because the + are converted to | and additional spaces are inserted. This is not working when using pandoc to format the tables

vkocubinsky commented 6 years ago

It looks as a bug, but I am no more support this plugin

Thanks!

reagle commented 6 years ago

Yes, this is too bad. I wonder if anyone has forked or is willing to take this plugin over?

reagle commented 2 years ago

@vkocubinsky if you gave me a hint as to what to do, I could try.