You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Whenever I use a dataview query, such as from "Articles" where file.name != "Overview", and press Use All Fields, the fields will load but it will fail to direct the database at the query and instead load all the files in the current folder. When I go back to validate the query, which was fine before, it says it is not valid.
Use All Fields works just fine with folders and tags. I also tested the same query before pressing Use All Fields. It loaded in fine then.
What platform were you using?
Desktop
Version of the plugin
3.3.0
Relevant log output
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'forEach')
at eval (plugin:dbfolder:118:6542)
at a (plugin:dbfolder:109:304393)
at h0.eval (plugin:dbfolder:118:6449)
at Generator.next (<anonymous>)
at o (plugin:dbfolder:1:748)
app.js:1 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'top')
at t.coordsAtPos (app.js:1:1316723)
at t.updatePosition (app.js:1:1666908)
at t.showSuggestions (app.js:1:1666606)
at t.showSuggestions (app.js:1:1668824)
at t.<anonymous> (app.js:1:1666389)
at app.js:1:235505
at Object.next (app.js:1:235610)
at a (app.js:1:234349)
2plugin:dbfolder:118 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'tags')
at X0.checkIfFileIsInSource (plugin:dbfolder:118:26887)
at X0.eval (plugin:dbfolder:118:25714)
at Generator.next (<anonymous>)
at eval (plugin:dbfolder:1:938)
at new Promise (<anonymous>)
at a (plugin:dbfolder:1:697)
at Object.n.actions.dataviewUpdater (plugin:dbfolder:118:25644)
at eval (plugin:dbfolder:109:249809)
at Generator.next (<anonymous>)
at eval (plugin:dbfolder:1:938)
images.unsplash.com/reserve/d1Ntvq9mSVmV0RcnWN1Y_23rd%2520Studios%2520Photography%2520Boulder%2520Colorado.jpg?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzNjAwOTd8MHwxfHNlYXJjaHwyOXx8bmF0dXJlJTIwYXJ0fGVufDB8MHx8fDE2NzUyNzMwNjc&ixlib=rb-4.0.3&q=80&w=1080:1 Failed to load resource: the server responded with a status of 404 ()
Are you using the latest version of the plugin in your Obsidian vault?
Contact Details
No response
What happened?
Whenever I use a dataview query, such as
from "Articles" where file.name != "Overview", and press Use All Fields, the fields will load but it will fail to direct the database at the query and instead load all the files in the current folder. When I go back to validate the query, which was fine before, it says it is not valid.Use All Fields works just fine with folders and tags. I also tested the same query before pressing Use All Fields. It loaded in fine then.
What platform were you using?
Desktop
Version of the plugin
3.3.0
Relevant log output
Are you using the latest version of the plugin in your Obsidian vault?
Are you check if there is a similar issue?