## Notes ![[2025#Mind]] ## Queries ### Goals ```dataview table list("🎯 " + Description, "💡 " + Why) as "Details" FROM #goal AND !"Hidden" AND !outgoing([[]]) WHERE contains(Area, this.file.link) SORT file.ctime asc ``` ### Projects ```dataview table Deadline FROM #project AND !"Hidden" AND !outgoing([[]]) WHERE contains(Area, this.file.link) SORT file.ctime asc ``` ### Inputs ```dataview table Status, Author FROM #input AND [[]] AND !"Hidden" AND !outgoing([[]]) SORT file.mtime desc ``` ### Other Notes ```dataview table Created FROM [[]] AND !#project AND !#input AND !"Hidden" AND !outgoing([[]]) SORT file.mtime desc ```