obsidian-query-control icon indicating copy to clipboard operation
obsidian-query-control copied to clipboard

[feature request] add `hide control bar` and `disable highlight` option

Open Jackiexiao opened this issue 2 years ago • 1 comments

sometimes I don't want to show control bar and also highlight, I want a simple, clean query result

thx for your wonderful job!!!

Jackiexiao avatar Feb 26 '22 10:02 Jackiexiao

+1. Assuming the original author is referring to: Dashboard_-MarkPKM-_Obsidian_v0_15_3

mlevison avatar Jul 04 '22 18:07 mlevison

You could use a CSS snippet to hide it. The following snippet worked for me:

.nav-header {
    display: none;
}

mretier avatar Sep 04 '23 07:09 mretier