I just found out about queries and wanted to share what I am using to delete the query title and the highlighting of the “found” elements:
/* Hide search query title and stop highlighting found element */
/* ----------------------------------------------------------------------------- */
.markdown-preview-view .internal-query.is-embed .internal-query-header {
display: none;
}
.search-result-file-matched-text {
color: inherit;
background-color: inherit;
}
Maybe one can help me with this issue: I want to show more of the “context” around the query and not just some words. Unfortunately, the query result does not use the whole line width… Is there any way to accomplish this?