dataviewjs, embedded note disappears after 2 seconds
See original GitHub issueWhat happened?
Firstly, in reading view I see embedded note. But after 2 seconds it suddenly disappears
DQL
JS
let names =
dv.pages("#bookmark")
.sort(p => p.file.name)
.file.name
for (let name of names) {
dv.el("n", "![["+name+"]]<br>")
}
No response
Dataview Version
0.4.21
Obsidian Version
0.13.19
OS
Linux
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (2 by maintainers)
Top Results From Across the Web
DataviewJS Deep Dive and Ecosystem Updates - YouTube
ℹ️ About In this session, I'll be doing a deep dive on the Dataview plugin, but specifically the JavaScript API.
Read more >DataviewJS Snippet Showcase - Obsidian Forum
At first, it embeds ABC.md successfully. But, after a few seconds, it disappers leaving only ABC. Can anyone help me solve this problem?...
Read more >Changelog - Dataview - GitHub Pages
As part of the API revamp, it is now possible to programmatically execute Dataview and DataviewJS queries - either for using the existing...
Read more >Dataview : r/ObsidianMD - Reddit
So the query view is two columns. First column contains a link to every day of that week. Second column contains, for each...
Read more >Turn Obsidian Vault into a database you can query from
Dataview is incredible. Being able to query plain text notes and their metadata has been transformative for my workflow. It has allowed me...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
the same problem https://github.com/blacksmithgu/obsidian-dataview/issues/177#issuecomment-1008431153
Recorded a gif showing behavior. I can reliably reproduce when
Hopes this helps in debugging!
im on obsidian
v0.15.9
and dataviewv0.5.46
Console seems empty: