blacksmithgu / obsidian-dataview

A data index and query language over Markdown files, for https://obsidian.md/.
https://blacksmithgu.github.io/obsidian-dataview/
MIT License
6.94k stars 411 forks source link

Dataview simple tables do not work at all! #2114

Open wealthychef1 opened 12 months ago

wealthychef1 commented 12 months ago

What happened?

Hello I have the most basic query in my test vault, and it's getting zero results. The crazy thing is this is in a brand new vault with only dataview plugin installed and no custom themes. However, the same query works in the sandbox vault.

I think this is related or caused by the same things as this: https://github.com/blacksmithgu/obsidian-dataview/issues/2113 But I'm at wit's end figuring out why something that worked yesterday does not today.

So, I have a file in my vault that has the tag #testing in it.

---
tags:
  - testing
---

## Dataview Table Test
Here is the table: 
```dataview
table from #testing

(anything?)



And yet, this table yields no results. 
![2023-10-16 12 26 59 CleanShot Obsidian](https://github.com/blacksmithgu/obsidian-dataview/assets/4825448/4dbda527-1608-4577-8ca3-277f7523baa6)

### DQL

_No response_

### JS

_No response_

### Dataview Version

0.5.61

### Obsidian Version

1.4.16

### OS

MacOS
AB1908 commented 12 months ago

I will try to repro at some point.

DaelDe commented 11 months ago

I experienced the same, tables from dataviewjs dv.tabledo not show at all.

It seems to be related to theming. I use the popular minimal theme. When I switch back to obsidian default theme, the tables appear again.

jonathan-s commented 11 months ago

~using version 0.5.64 and Obsidian 1.4.16. I tried viewing the example vault~ ~https://github.com/s-blu/obsidian_dataview_example_vault~

Screen Shot 2023-11-15 at 22 24 38

~None of the dataviews work. This is the first time using dataview so I'm not sure what's going on.~

EDIT: I do see the following error when open the developer tools, so it seems related to that.

Error: No available storage method found.
    at driverPromiseLoop (plugin:dataview:12401:34)

Another update, I found this SO post > https://stackoverflow.com/questions/74207049/internal-error-opening-backing-store-for-indexeddb-open

They recommended that I restart the computer, after I did it all worked fine.

wealthychef1 commented 11 months ago

If you are on iOS and using dataviewjs, remember it must be enabled under the dataview plugin settings. Not sure why that is... maybe for security or something.