M20-I07: Task queries (Dataview replication) #57
Labels
No labels
@Claudian
@Eliana
@Hermes
@JMax
@Kathryn
@LRM
@Nova
@Sarah-Lin
@Sylvia
@Vincent
priority:high
priority:low
priority:medium
stage:seed
task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
n8k99/dragonpunkos#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🔎 Task queries (Dataview replication)
Replicate the old Obsidian
dataviewtask rollups natively. A query fencethe renderer evaluates against a vault-wide scan of Obsidian-Tasks lines,
producing three lists: due today, created today, and overdue
(
📅 due < todayand not[x]). The scanner parses the full emoji set on- [ ]lines —📅 due,➕ created,⏰ scheduled,🔁 recurring,🆔 id,⏫/🔼/🔽priority,#tag— keyed off thebastion-vaultindex. The fencerenders inline on view (dynamic, not materialized into the file). No Dataview
runtime.
Acceptance
A task with
📅 todayappears under due-today;➕ todayunder created-today; apast
📅not-done under overdue; completed tasks excluded; the emoji parser isunit-tested; rollups render inline where the fence sits and re-evaluate on view.
See M20-Events-And-Tasks.