I suggest you include this example in the Examples section
See original GitHub issuePlease provide a link to the documentation page and section
I believe the instructions should be pointed to from here, which is where I went looking for them:
https://blacksmithgu.github.io/obsidian-dataview/data-annotation/
But they should actually live here: https://blacksmithgu.github.io/obsidian-dataview/query/queries/#where
Describe the problem
A clear and concise description of what is unclear about the documentation
The question I had was, “how do I reference nested tags from the frontmatter in a dataview query?”
This question is not answered anywhere.
In fact, I didn’t find examples of user frontmatter queries at all, much less nested, while looking in the documentation.
Please see https://forum.obsidian.md/t/super-basic-dataview-question-how-to-list-all-files-with-my-field-in-them/39985 for a detailed description of my flounderings.
Describe the solution you’d like A clear and concise description of what you want to happen. Feel free to suggest wording, full sentences, etc.
I think it should say in https://blacksmithgu.github.io/obsidian-dataview/query/queries/#where:
- Find all files tagged with #meetings-conversations and with meeting.type equal to “book-clubs”:
list from #meetings-conversations
where meeting.mtype = "book-club"
And I believe the frontmatter which matches this should also be given in the documentation. Perhaps an example file with all the tags possible and all queries would be useful too somehow.
Aliases: [ ] tags: meetings-conversations meeting: mtype: book-club people: [ thomas ]
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created a year ago
- Comments:9
Top GitHub Comments
Good call-out. We’ll make sure to add this in an upcoming revamp.
True true. I do plan to tackle these and I think my domain expired lol.