diff --git a/README.md b/README.md index a9636d4..520ad85 100644 --- a/README.md +++ b/README.md @@ -542,6 +542,23 @@ Also you can temporary switch this setting with command palette: * Table Editor: Enable 'align_number_right' for current view * Table Editor: Disable 'align_number_right' for current view +If `table_editor_align_number_right` true, auto alignment will be only if numbers in column: + + | Sacred numbers | Birth | + |------------------|--------| + | 4 | 04 | + | 14 | 04 | + | 7 | 1990 | + |------------------|--------| + +If in column not only numbers, `table_editor_align_number_right` will not be worked. + + | Sacred numbers | Birth | + |-----------------|-------------| + | Sasha | 04 | + | 14 | Unusual | + | 7 | 1990 | + |-----------------|-------------| ### Detect header column to center @@ -549,7 +566,6 @@ By default a header column aligns to center, if you do not like this you can dis ```javascript { - "table_editor_detect_header": false } ``` @@ -627,7 +643,7 @@ and this result of Table Editor with **ctrl+shift+a** - Re-align the table without change the current table field. Move cursor to begin of the current table field. + Re-align the table without change the current table field. Move cursor to end of the current table field. **tab**