nothingislost / obsidian-query-control

An experimental Obsidian plugin that adds controls to embedded queries
MIT License
278 stars 16 forks source link

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

Closed Jackiexiao closed 11 months ago

Jackiexiao commented 2 years ago

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

thx for your wonderful job!!!

mlevison commented 2 years ago

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

mretier commented 11 months ago

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

.nav-header {
    display: none;
}