Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logseq hangs with a completely blank (white)screen #11286

Open
1 of 2 tasks
argyle1357 opened this issue May 1, 2024 · 1 comment
Open
1 of 2 tasks

Logseq hangs with a completely blank (white)screen #11286

argyle1357 opened this issue May 1, 2024 · 1 comment

Comments

@argyle1357
Copy link

Search first

  • I searched and no similar issues were found

What Happened?

I've created the attached query from the samples provided in Logseq documentation. THe result is presented as clickable page references. They appear in blue and the cursor changes as expected when hovering over them. But if you click anywhere within the results of the query the hang occures. Logseq must be closed from its icon on the taskbar,

I expect there is an issue in the View section. But I've copied it from the logseq query examples.

Reproduce the Bug

Run the attached query on a page that is referenced on at least two other pages in the tags:: property

Expected Behavior

It should open the page clicked

Screenshots

No response

Desktop or Mobile Platform Information

App Version: 0.10.9
Git Revision: c67b8b5
Platform: Mozilla/5.0 (Windows NT 10.0 Win64 x64) AppleWebKit/537.36 (KHTML like Gecko) Logseq/0.10.9 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36
Language: en-US
Plugins: logseq-bullet-threading (v1.1.4), logseq-excalidraw (v1.5.1), logseq-find-and-replace (v1.1.1), logseq-localassets-plugin (v2.0.1), logseq-markdown-table (v1.8.0), logseq-pdf-print (v0.0.6), logseq-query-builder-plugin (0.81), logseq-wrap (v0.10.3)

Additional Context

#+BEGIN_QUERY
{
:title [:h3 "Participating"]
:query [
:find ?name
:in $ ?tag
:where
[?t :block/name ?tag]
[?p :block/tags ?t]
[?p :block/name ?name]]
:inputs [:current-page]
:view (fn [result]
[:div.flex.flex-col
(for [page result]
[:a {:href (str "#/page/" page)} (clojure.string/capitalize page)])])
}
#+END_QUERY

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

  • I'm willing to submit a PR (Thank you!)
@andelf
Copy link
Collaborator

andelf commented May 7, 2024

Could you disable plugins and try again?
I've tried the query, it works as expeted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants