What I’m trying to do
I am new to Obsedian but I have been working on building out structure and some “home pages” to host general information about the vault and it’s contents. One home page shows the total number of tags used and the then another table shows all the templates I have within a template folder using dataview. They were previously working and then when I opened the vault this morning, they are showing ‘Dataview: No results to show for list query.’ for both. (queries below)
Things I have tried
Query 1:
Tags:
TABLE WITHOUT ID (tag + "(" + length(rows.file.link) + ")") AS Tags
FROM "" WHERE file.tags FLATTEN file.tags AS tag GROUP BY tag SORT length(rows.file.link) DESC
LIMIT 25
Query 2: (yes, I have confirmed that there is a _Templates folder and there are two files under that folder.)
Templates:
LIST
FROM "_Templates"