SublimeTableEditor icon indicating copy to clipboard operation
SublimeTableEditor copied to clipboard

This package is no more supported. I moved to vim.

Results 20 SublimeTableEditor issues
Sort by recently updated
recently updated
newest added

from: ``` +----------------------+-------+ | longlonglonglongName | Phone | +======================+=======+ | test | test | | | | ``` when inserting a colon `:` in the header and let reformat the...

I am using TabNine which is autocompletion plugin. This plugin ,as you can guess by the name, uses Tab in order to autocomplete. I have tried changing the default key...

## Ideas * Settings key to reformat all tables and save on write * Settings key to auto-detect syntax for the current view if any table style is present. Anyway,...

Expected: —Case 1 (without comma) a b c d: "1" or "2" or E F G: H ↓ |a b c d: "1" or "2" or E F G: H|...

I'd like to create a Pandoc Grid Table with lists in cells. I have the following user settings: ``` "table_editor_syntax": "Pandoc", "table_editor_border_style": "grid", "table_editor_keep_space_left": true, ``` Can you give me...

Hi @vkocubinsky , I know that the plugin is no more supported because you moved to vim, but maybe you do remember about this: Currently, after each keypress in a...

### Summary [Custom column alignment](https://github.com/vkocubinsky/SublimeTableEditor#override-custom-column-alignment-for-simple-syntax) not worked for me. ### Expected behavior ``` | column 1 | column 2 | column 3 | | >>>>>>>> | > | > |

I added elaboration in file README.MD. What conditions users needs, that setting `table_editor_align_number_right` was worked. See #56. Thanks.

Hello. When I want to start writing new row from the first cell but when I press Enter or Alt+Enter, the cursor is under a cell under which I wrote....

Table contain chinese character (utf-8) massed up. english is ok: | 1.1 | 1.2 | 1.3 | 1.4 | | --- | --- | --- | --- | | 2.1...

bug