vkocubinsky / SublimeTableEditor

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

Disable automatic separator row for MultiMarkDown syntax. #38

Closed jmatsushita closed 10 years ago

jmatsushita commented 10 years ago

It would be useful to allow to disable the automatic creation of a separator row


| ------------ | ------------- | ------------ |

and allow either the creation of empty cell rows by changing a default setting


|              |               |              |

The reason for this is that MultiMarkDown tables don't allow multiple separator rows. In addition in the current syntax it is possible to add a single empty line between rows which will create a new section (a new tbody) in the table, which can be useful for formatting. I have submitted a request to allow alternate markup options for new sections such as by using empty cell rows instead of a single empty line.

vkocubinsky commented 10 years ago

I absolutely agree.

lmartins commented 10 years ago

Not sure if this is related to my issue with the plugin. Im using SublimeTableEditor with Assemble, when I use the option to wrap a cell text to a new line, i get the separator row as mentioned in the docs:

`| ------------ | ------------- | ------------ |``

But the issue is that this line is compiled into the output, where it shows -----inside each cell.

vkocubinsky commented 10 years ago

I fixed it in 1.7.7.

I have some problem with package control Package info was unavailable last time crawler ran.. While I am fix issue with package control you can use version from git or download zip file.