Is there any way to enlarge the query result window?

Things I have tried

Please continue below this line: →

  1. turn live preview on
  2. using the query command to generate a dynamic search result block with many items (and expand the results)

What I’m trying to do

Please continue below this line. →

I’d like to print the searching results, however, current, the search result window is not “long” enough to show everything. It is not a problem within obsidian, since one can always use the scroll bar generated for the search result window to scroll down.

Is there anything that I can do to make the query result window longer enough to show all the (expanded) search results?

It seems that I have found the cure by using the following css snippet:

.internal-query .search-result-container{
  max-height:none;
}

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.