Using Dataview and Imdone.io

Things I have tried

Has anyone tried using Dataview + Imdone.io? I’m trying to figure out how to “extract” the imdone board list and use it in a Dataview query.

imdone sets the list name in the first line of the task note/card Example:

## [Schedule Estimate with Plumber](#WAITING:10)  

I tried using FROM #WAITING, but Dataview isn’t picking it up.

Any thoughts/help would be greatly appreciated

What I’m trying to do

    TABLE
	FROM ""
	WHERE contains(file, "#WAITING")
    TABLE
	FROM "#WAITING"

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.