-
|
Can I display multivalued attributes in collection table view as a column? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
You can display multivalued attributes in a collection table column in Trilium, but the current behavior is that all values for the same attribute key are joined and shown as a single, concatenated string (for example, comma-separated) in the column. There isn't a native UI feature to display each value as a separate column or to provide advanced rendering for multivalued attributes in table views yet. Custom renderers or scripts could potentially enhance this, but out-of-the-box support is limited to basic concatenation of values in one column. There are ongoing discussions and plans to improve attribute handling and display options in future versions, but for now, this is the default behavior reference reference. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
You're right—multivalue attributes are not concatenated or shown in collection table columns. The current implementation skips attributes with multiplicity other than "single" and doesn't display them at all in the table view. This is intentional and confirmed by the code, which logs a warning and omits those attributes from the table output see source. There isn't a built-in way to show or concatenate multivalue attributes in collection tables at this time.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
