vscode-office
vscode-office copied to clipboard
Text wrap in tables
Mode: Live Preview Issue: Right now text in table cells just runs straight on, so with a lot of text in a cell a lot of scrolling to the right is required. Would it be possible to have text in table cells be wrapped if they exceed a certain width?
You mean in the live view or in the code? From what I know it's not possible in the code due to Markdown language limitations.
I meant in the code. You have answered my question: it is not possible. If you check out Obsidian you'll see that it is possible in their Live Preview mode – the LP mode is a hybrid of code and what you call live view.