niizhou821 downloadsResize table columns and rows by dragging borders in Edit mode; the Reading view mirrors the same layout automatically. Sizes are remembered per table.
Tune your Obsidian tables: drag column/row borders to resize them, and the sizes are remembered per table — switching between Reading and Edit (Live Preview) always shows the same layout, and reopening a note keeps your custom widths.
data.json, keyed by note and table.Install from Settings → Community plugins → Browse and search "TableTune".
niixyz64-star/table-tune via the BRAT plugin.table-tune folder into <vault>/.obsidian/plugins/, then enable it in Settings → Community plugins.colgroup with one <col> per header column is added to each table, and the table width is set to the sum of its columns (resizing one column grows the table instead of stealing space from neighbours).data.json as { widths: { [note]: { [tableId]: [px, ...] } }, rowHeights: { ... } }, where tableId is derived from the header text (with #2, #3, … suffixes for duplicate headers).MIT