You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.0 KiB
2.0 KiB
Alias | Tag | Date | DocType | Hierarchy | TimeStamp | CollapseMetaTable | ||
---|---|---|---|---|---|---|---|---|
11/08/2021 | Root | Yes |
Parent::
name Create New Task
type note(New Task) template
action Template Task
id NewTask
^button-ProjectNewTask
name Save
type command
action Save current file
id Save
^button-TMSave
Task Master
title: Summary
collapse: open
This space centralises all tasks and to-dos in a specific folder.
style: number
Task list
table Priority, Status, NextReviewDate as "Next Review Date", DueDate as "Due Date" from "Life Organisation"
where DocType = "Task"
sort DueDate ascending, NextReviewDate ascending
Review overdue
table NextReviewDate as "Next Review Date" from "Life Organisation"
where DocType = "Task" and NextReviewDate < date(today)
sort NextReviewDate ascending
Delivery overdue
table DueDate as "Due Date" from "Life Organisation"
where DocType = "Task" and DueDate < date(today)
sort DueDate ascending
Priority tasks
Table Priority, DueDate as "Due Date" from "Life Organisation"
Where DocType = "Task" and DueDate >= date(today) and Priority = "High"
Sort DueDate ascending
Todo list
not done
path includes Template
sort by due
hide backlink
hide task count
Overdue Todos
task from "Life Organisation"
where DocType = "Task" and DueDate < date(today)
Urgent Todos
task from "Life Organisation"
where DocType = "Task" and DueDate < date(today) + dur(3 days)
High priority
Task from "Life Organisation"
Where DocType = "Task" and Priority = "High" and DueDate >= date(today)
Completed tasks
done
path includes Template
sort by due
hide backlink
hide task count