Bases: Render list properties on multiple lines in table view

Currently, list-type properties in Bases table views render inline/truncated in a single line, making it hard to read entries with multiple items.

For example, a todo_artifacts property with multiple markdown links:

todo_artifacts:

Renders as a single line in the table cell rather than as a readable list.

Request: Allow list properties to render as multi-line bullet lists (or at least line-separated items) within Bases table cells, similar to how they
display when viewing the note directly.

Workaround: Currently, users need to click into the note to see the full list. Short link titles help but don’t solve the core issue.

1 Like