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.

3.6 KiB

Alias Tag Date DocType Hierarchy TimeStamp location CollapseMetaTable
Life Orga
Life Hacks
Admin
Life
Goals
2021-08-12 Personal Root 2021-08-12
51.514678599999996
-0.18378583926867909
Yes

name Create New Task
type note(New Task) template
action Template Task
id NewTask

^button-LifeOrgaNewTask

name Save
type command
action Save current file

^button-LifeOrgaSave

Life Organisation

title: Summary
collapse: open
This space centralises all tasks and to-dos!

style: number


Task list

	table Priority, Status, NextReviewDate as "Next Review Date", DueDate as "Due Date" from "Life Orga"
	where DocType = "Task"
	sort DueDate ascending, NextReviewDate ascending

Review overdue

	table NextReviewDate as "Next Review Date" from "Life Orga"
	where DocType = "Task" and NextReviewDate < date(today)
	sort NextReviewDate ascending

Delivery overdue

	table DueDate as "Due Date" from "Life Orga"
	where DocType = "Task" and DueDate < date(today)
	sort DueDate ascending

Priority tasks

	Table Priority, DueDate as "Due Date" from "Life Orga"
	Where DocType = "Task" and DueDate >= date(today) and Priority = "High"
	Sort DueDate ascending


Todo list

Life Admin

~~~tasks
not done
path includes Life Admin
sort by due
hide backlink
hide task count
~~~

Family

~~~tasks
not done
path includes Family
description does not include :birthday:
description does not include :gift:
sort by due
hide backlink
hide task count
~~~

Personal projects

~~~tasks
not done
path includes Personal projects
sort by due
hide backlink
hide task count
~~~

Lifestyle

~~~tasks
not done
path includes lifestyle
sort by due
hide backlink
hide task count
~~~

IT & Computer

~~~tasks
not done
path includes IT & Computer
sort by due
hide backlink
hide task count
~~~

Finances

~~~tasks
not done
path includes Finance
sort by due
hide backlink
hide task count
~~~

Overdue Todos

	task from "Life Orga"
	where DocType = "Task" and DueDate < date(today)

Urgent Todos

	task from "Life Orga"
	where DocType = "Task" and DueDate < date(today) + dur(3 days)

High priority

	Task from "Life Orga"
	Where DocType = "Task" and Priority = "High" and DueDate >= date(today)

Closed To-dos

Life Admin

collapse: closed
~~~tasks
done
path includes Life Admin
sort by due
hide backlink
hide task count
~~~

Family

collapse: closed
~~~tasks
done
path includes Family
description does not include :birthday:
description does not include :gift:
sort by due
hide backlink
hide task count
~~~

Personal projects

collapse: closed
~~~tasks
done
path includes Personal projects
sort by due
hide backlink
hide task count
~~~

Lifestyle

collapse: closed
~~~tasks
done
path includes Lifestyle
sort by due
hide backlink
hide task count
~~~

IT & Computer

collapse: closed
~~~tasks
done
path includes IT & Computer
sort by due
hide backlink
hide task count
~~~

Finances

collapse: closed
~~~tasks
done
path includes Finances
sort by due
hide backlink
hide task count
~~~