obsidian-query-control
obsidian-query-control copied to clipboard
[feature request] add `hide control bar` and `disable highlight` option
sometimes I don't want to show control bar
and also highlight, I want a simple, clean query result
thx for your wonderful job!!!
+1. Assuming the original author is referring to:
You could use a CSS snippet to hide it. The following snippet worked for me:
.nav-header {
display: none;
}