Skip to content

Instantly share code, notes, and snippets.

@joycse06
Forked from bennewton999/task.md
Created August 7, 2024 03:14
Show Gist options
  • Save joycse06/5318e65ec0028817081bfa07d45aa729 to your computer and use it in GitHub Desktop.
Save joycse06/5318e65ec0028817081bfa07d45aa729 to your computer and use it in GitHub Desktop.
My Obsidian Task Dashboard

Tasks

Due Today
not done
due today
Due This Week
not done
due after monday and before friday
Past Due
not done
due before date(today)
No Due Date
not done
no due date

Other Tasks

dv.taskList(dv.pages('-"Templates"').file.tasks
.where(t => !t.completed && !t.text.includes("@frank") &&
!t.text.includes("#task")
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment