pengx17 / logseq-dev-theme

</> Logseq dev theme

Home Page:https://pengx17.github.io/knowledge-garden/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advanced query result title looks bad

chaomai opened this issue · comments

when I use advanced query and specify the title, the title in the result looks bad. some text is overlapped by the title.

here is the demo query to reproduce the problem.

#+BEGIN_QUERY
{
    :title [:h2 "🔨 doing"]
    :query [
        :find (pull ?b [*])
    ...
}

image

if I use h1,

image

IMO the users do not need to customize the query header with markups. Just using plain text is fine. Is there any case you need to use larger texts?

commented

Same problem here.

I think the questions should not be "Is people should or should not use custom title in advanced query".
The fact is the feature is available. So as far the feature is available, no doubt that people will use it.

I personally use advanced query to manage complex data consolidation that help me on a daily basis.
I have a kind of summary pages where several queries are setup. Each advanced query can be position at different indentation level base on my personal needs and the way I want to consolidate datas.

Having this custom title compatible with heading level is not a nice to have for me, this is a must have.

HTH

commented

just to add my 2 cents, I think the question here is to relocate the " x results' text at the right of the title instead of bellow.