I am using Minimal Theme and like it a lot. I just started using Dataview. I am trying to use it for dynamic Person pages, where I use Dataview queries to autopull data from various notes with tags. Essentially, I only worry about filling the data correctly in notes, and the Person note just dynamically updates via Dataview query.
Problem
It works well in Default theme, but it shows only a single line in Minimal Theme. How do I make it show full block of text? Is this related to table formatting in Minimal Theme / CSS?
Code:
TABLE without id About
FROM "đź’ľ Memos"
WHERE person="PersonX"
SOLVED. Thanks to @mnvwvnm I found a solution. In Style Settings (a plugin installed with Minimal Theme), there is a setting under “Dataview”. You can switch on/off the long text trimming.