The goal is to have predefined table styles configuration for some wiki syntax:
Emacs
Pandoc
MultiMarkdown
Textiles
ReStructuredText
Simple
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"
The goal is to have predefined table styles configuration for some wiki syntax:
User be able select configuration with edit preference file
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.