decaf-dev/obsidian-dataloom

Make it accept dataview queries

Michael679089 opened this issue · 0 comments

Problem

I feel limited with the Folder and Tags as sources, I can't even combine the two, it just adds more files than making the query more specific.

Solution

To solve this issue of being able to specify which files should appear in the dataloom is to make it accept dataview queries.

Additional details

An example of a dataview query:

Table row["IsComplete?"] as "Complete?"
from "assignments" and -#2nd_Term -- To prevent it from getting my folder notes.