Rename Embedded Search Queries

To avoid seeing a search string in HTML preview, which detracts from a clean look, be able to specify an alternative title, using eg. a pipe character.

The current workaround is to nest the query under a heading.

Above: death_au’s query for unfinished daily note todos.

Initially proposed by @Gouda.

6 Likes

Maybe there is an option to hide it by CSS in CSS Snippets?

1 Like

Thanks to @dkowalski for the suggestion - that’s exactly what I did.

Created a very easy CSS Snippet:

.markdown-preview-view .internal-query.is-embed .internal-query-header{ display:none; }

3 Likes