vkocubinsky / SublimeTableEditor

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

Provide predefined table styles for some wiki syntax #11

Closed vkocubinsky closed 12 years ago

vkocubinsky commented 12 years ago

The goal is to have predefined table styles configuration for some wiki syntax:

User be able select configuration with edit preference file

{
    //List of values for this parameter:
    // Emacs, Pandoc, , MutliMarkdown, Textiles,reStructuredText
    "table_editor_wiki_style": "Simple"
}

User be able override some features of wiki style. It is usefull when user work in plain text and like to configure some features that a bit different from predefined wiki styles.

    //List of values for this parameter:
    // Emacs, Pandoc, , MutliMarkdown, Textiles,reStructuredText
    "table_editor_wiki_style": "Simple"
    //"table_editor_custom_alignment": false ,
    //"table_editor_multimarkdown_alignment": false
   //List of values for this parameter: emacs, grid, simple
   // "table_editor_border_style": "grid"
vkocubinsky commented 12 years ago

Fixed in 1.1.0