logseq_templates/pages/Overview___Tasklist.md

11 lines
491 B
Markdown
Raw Normal View History

2024-01-06 19:24:10 +00:00
# Tasklist
- This tasklist is based on the [[Eisenhower Matrix]]
- ## Priority A Tasks - Do now
- {{query (and (task TODO DOING LATER NOW IN-PROGRESS) (priority A))}}
- ## Priority B Tasks - Schedule
- {{query (and (task TODO DOING LATER NOW IN-PROGRESS) (priority B))}}
- ## Priority C Tasks - Delegate
- {{query (and (task TODO DOING LATER NOW IN-PROGRESS WAIT WAITING) (priority C))}}
- ## Other Tasks
- {{query (and (task TODO NOW LATER DOING IN-PROGRESS) (not (priority A B C)))}}
-