Things I have tried
Closest I’ve gotten:
TASK FROM "Law School/JUR 311 Evidence/Notes"
But it pulls all tasks from that file folder, instead of just the ones that are premised with the #Question tag.
I have also tried the following but it comes up blank…
TASK
FROM "Law School/JUR 311 Evidence/Notes" or "Law School/JUR 311/ Evidence/Lectures"
WHERE contains(text, "#Question")
What I’m trying to do
I’m in school and using obsidian for note-taking. While making notes I often have questions and would like to type out the question in my notes and include the following:
#Question
- [] This is a question I have on the material at this point…
Then in a separate file, I’d like to use the Dataview plugin to pull all the questions I have. I categorize my notes into class-specific folders (i.e. separate folder for Evidence Notes and Civil Procedure Notes) so it would be nice to have a “Question” file specifically for questions I have for that particular class.
I’m not sure how to modify the code block to achieve this. If anyone can help I’d greatly appreciate it!