Skip to content

Instantly share code, notes, and snippets.

@usirin
Created May 11, 2022 19:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save usirin/9f4f99995848a6fee8181f31fca1c14a to your computer and use it in GitHub Desktop.
Save usirin/9f4f99995848a6fee8181f31fca1c14a to your computer and use it in GitHub Desktop.
My obsidian dashboard for personal task management

Tasks

Due Today
not done
due today
Due Tomorrow
not done
due tomorrow
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("#task")
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment