blacksmithgu / obsidian-dataview Public
generated from obsidianmd/obsidian-sample-pluginNew 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
Not all files shown in dataview file table #124
Comments
|
I just found out that apparently dataview doesn’t show empty files! This should be documented somewhere, please. I actually consider this a feature now, not a bug … |
|
Hmm … or am I assuming? I just put only the character "x" into one of the empty files, and it got listed. But when removing the "x" again, it still gets listed. Does dataview use some caching or needs to be refreshed somehow? What might be the cause? |
|
There is (was?) an issue with refreshing pages in dataview. For now, to refresh immediately, make a slight change to the rules then remove the change. That ought to do the trick. Exiting Obsidian also does the trick. Other than that, things do refresh, I just don't know what the intervals are right now. |
|
Hm. Seems a caching/refreshing problem after all. I had my Btw, editing the dataview code (and back) didn’t make the new file appear. It only showed after the above process. Kinda makes dataview unreliable somehow, should be found & fixed, I think. |
|
Looks like I need to track more events than just |
|
Fixed in 0.2.13. |
|
@blacksmithgu Thanks for caring! Installed 0.2.14 today, and the problems seem gone! |
I was just messing around with some
obsidian://URIs in my+Inboxfolder when I detected that dataview doesn’t show all the files that Obsidian’s file explorer shows (mostly junk, in this case).I have an
+Inbox TOCfile, created with the following dataview code:and this is the result (note much more files in the file explorer side pane than dataview shows):
There are surely some "junk" files in the
+Inboxfolder, but shouldn’t dataview show everything that Obsidian’s file explorer shows?The text was updated successfully, but these errors were encountered: