plugins.mkdnflow.tables.autoExtendCols
Whether a new column should automatically be added to a table when :MkdnTableNextCell
is triggered when the cursor is in the final column of the table.
If false, the cursor will jump to the first cell of the next row, unless the cursor is
already in the last row, in which case nothing will happen.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.mkdnflow.tables.autoExtendRows
Whether a new row should automatically be added to a table when :MkdnTableNextRow
is
triggered when the cursor is in the final row of the table.
If false
, the cursor will simply leave the table for the next line.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.mkdnflow.tables.formatOnMove
Whether tables should be formatted each time the cursor is moved via
MkdnTableNext/PrevCell
or MkdnTableNext/Prev/Row
.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.mkdnflow.tables.trimWhitespace
Whether extra whitespace should be trimmed from the end of a table cell when a table is formatted.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by: