What I’m trying to do
I am trying to collapse the search results of an embedded query. It seems I do not understand the documentation.
Is it possible to hand over the settings to an embedded query?
Things I have tried
Based on Query Control i tried stuff like:
```query
path: somePath
collapsed: true
´´´
Btw Query Control did not work when I installed it. So it does not solve the problem.
Anwen
2
There is a patch for this plugin in the pull requests. You can download the new main.js here: https://github.com/nothingislost/obsidian-query-control/blob/98440985c31f2a1dce9276ffcc23574213cd37e9/src/main.ts There are no more buttons above the query but the controls in the query work.
It is possible to embed queries with search operators, like this:
```query
path:journal/2023
tag:#legal
line:(notice appropriate)
```