tgrosinger / advanced-tables-obsidian

Improved table navigation, formatting, and manipulation in Obsidian.md
GNU General Public License v3.0
2.15k stars 80 forks source link

Automatic column width wrapping single word across multiple lines #194

Closed MathewBlanc closed 2 years ago

MathewBlanc commented 2 years ago

Describe the bug When there's a column with very narrow content, the header label (a single word) gets broken across multiple lines

To Reproduce Steps to reproduce the behavior:

  1. Create a table with two columns
  2. Put in a normal length word as the column header for both columns
  3. Add a 1 char string to column 1, and then a long string to column 2

Expected behavior Ideally I'd love to be able to specify column widths (or even drag to resize 🙏 ), but it'd just be great if the column sizing wouldn't split a single word over multiple lines (especially if that word is <40 characters long)

Screenshots

image

Desktop (please complete the following information):

tgrosinger commented 2 years ago

Hello, thank you for filing a bug. This is actually an issue with how Obsidian renders tables, and is not something that is controllable by this plugin. Please contact the Obsidian developers about this issue. Thanks