nothingislost / obsidian-query-control

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

Hide control bar #34

Open Oblique82 opened 10 months ago

Oblique82 commented 10 months ago

can we please have an option to hide the control bar?

it would make everything look much cleaner and more minimalist

fremachuca commented 6 months ago

+1

MDsza commented 6 months ago

+1

Workaround -> this Custom-Code-Snippet hides the control bar

.workspace-leaf-content[data-type="markdown"] .internal-query .nav-header { display: none; }

But: this hide control bar feature would be really great from a minimalistic point of view :-)