obsidian-dataview
obsidian-dataview copied to clipboard
Table not wide enough/text in cells wrap frequently
I found this thread here. https://github.com/blacksmithgu/obsidian-dataview/issues/186 but I'm not sure that solves my issue: I have a couple columns, and some of them have a few words in them, but the width of the table doesn't adapt, meaning that the words in the cells wrap frequently like so:
This is
an example
of what
I mean.
Describe the solution you'd like
Is there a way to change a table's width? So it uses the space on the left margins more efficiently?
Thanks :)
Try turning off the "Readable line length" option in obsidian settings
+1 even with the "Readable line length" off and entire screen taken up by the pane, the table still wraps text in date columns. Narrow columns such as date should not be wrapped when there is room.
+1
The main column this bothers me on is the initial file name column which in my case is a date.
For example, GitHub seems to be formatting this correctly:
File | Field 1 | Field 2 |
---|---|---|
2022-04-14 | Data 1 | Data 2 |
But in Obsidian I'm getting:
File | Field 1 | Field 2 |
---|---|---|
2022- 04-14 |
Data 1 | Data 2 |
Could potentially use some CSS but I'm not knowledgeable enough to help beyond that.
+1
+1
+1
+1
+1 there's gotta be some way. I have text that wraps when it shouldn't and there is plenty of room.