GroupiesM117 downloadsAdd an Excel-style 'Wrap Text' toggle to Bases table views. When enabled, long cell content wraps to multiple lines instead of being truncated.
An Obsidian plugin that adds an Excel-style Wrap Text toggle to Bases table views. When enabled, long cell content wraps to multiple lines instead of being truncated to a single line.
medium (2x), tall (4x), extra (8x)Toggle auto wrap and Cycle row-height level.base file and switch to its Table view.Cmd/Ctrl+P) → Cycle row-height level to switch between medium / tall / extra.Instead of fighting Bases' virtualized absolute-positioned grid with CSS/JS (which causes rows to overlap), this plugin changes the rowHeight view setting in the current .base file. Bases natively supports short / medium / tall / extra row heights and re-renders correctly on its own — so wrapping never breaks the layout.
git clone https://github.com/GroupiesM/bases-wrap-text.git \
.obsidian/plugins/bases-wrap-text
Available from the Obsidian community plugin directory (search for "Bases Wrap Text").