I use Dataview to pull in tasks which contain a link to a note, or a keyword.
I’m wondering if it’s possible to search through bullet points (not tasks) instead?
Currently using this to pull in tasks containing text “Running”
TASK WHERE contains(text, "Running")
Wondering if there’s anyway of doing something like:
BULLET WHERE contains(text, "Running")
And search bulletpoints (not tasks) for the text
My use case is to pull in data from daily notes containing target words, currently using tasks/checkboxes to be able to do this, however I’m ending up changing lines from bullets to tasks, in order to get dataview to pull the data into a review/MOC style note.
I suppose this would be like using Obsidian Search within a note to display a list/extract