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

Dataview queries embedded in ![[]] will render repeatedly. #2472

Open
shui-dun opened this issue Nov 8, 2024 · 0 comments
Open

Dataview queries embedded in ![[]] will render repeatedly. #2472

shui-dun opened this issue Nov 8, 2024 · 0 comments
Labels
bug Something isn't working. mobile Issues related to Dataview on mobile Obsidian.

Comments

@shui-dun
Copy link

shui-dun commented Nov 8, 2024

What happened?

Dataview queries embedded in ![[]] will render repeatedly. Reproduction process:

  1. Disable automatic refresh of dataview.
  2. a.md:
```dataviewjs
dv.paragraph("hello");
```
  1. b.md
![[a]]
  1. Open Obsidian on the phone, and the initial page is b.md.
  2. dataview will render repeatedly (Try 10 times, probably able to reproduce about 7 times)
    8fc219a41612c113a960b29f9489c76

If using PC, or enabling automatic refresh of dataview, or if b.md is not the first file opened in Obsidian, there will be no repeated rendering.

DQL

No response

JS

No response

Dataview Version

0.5.67

Obsidian Version

1.7.5

Device

xiaomi

OS

Android 13

@shui-dun shui-dun added bug Something isn't working. mobile Issues related to Dataview on mobile Obsidian. labels Nov 8, 2024
@shui-dun shui-dun changed the title Dataview queries embedded in documents will render repeatedly. Dataview queries embedded in ![[]] will render repeatedly. Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. mobile Issues related to Dataview on mobile Obsidian.
Projects
None yet
Development

No branches or pull requests

1 participant