Skip to content

Block ID not hidden in query results (MD graph) #4

@5hir0kur0

Description

@5hir0kur0

Search first

  • I searched and no similar issues were found

What Happened?

The block id:: property should be hidden in query results (like it was in previous versions of Logseq). Instead, it gets rendered if the query result is displayed as a table:

Image

Query:

#+BEGIN_QUERY
{:title [:h2 "🔨 Tasks"]
 :query (and [[PROJECT/todo]] (not (page [[PROJECT/todo]])))
:result-transform (fn [result]
                                 (sort-by (fn [h]
                                                  (get h :block/priority "Z")) result))
}
#+END_QUERY

Reproduce the Bug

  1. Download the example graph below
  2. Open with Logseq 0.11.0 (13f510c)
  3. Look at the Sep 29, 2025 journal.

Expected Behavior

The id:: ... part should be hidden.

Files

Example graph for reproduction: id-bug-repro.zip

Browser, Desktop or Mobile Platform Information

OS: Arch Linux
Logseq (desktop version): 0.11.0 (13f510c)

Additional Context

No response

Are you willing to submit a PR? If you know how to fix the bug.

  • I'm willing to submit a PR (Thank you!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions