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.2 KiB
3.2 KiB
Alias | Tag | Date | DocType | ChildrenType | Hierarchy | TimeStamp | location | CollapseMetaTable | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
2021-08-12 | Project |
|
Root |
|
true |
Parent:: @lebv.org, @Personal projects, @IT & Computer
^Top
name Create Task
type append template
action NewFile
id CreateNote
^button-lebvNewTask
name Save
type command
action Save current file
id Save
^button-lebvTMSave
Task Master for lebv.org
title: Summary
collapse: open
This space centralises all tasks and to-dos in a specific folder.
style: number
Task list
const {taskFunc} = customJS
taskFunc.getAllTasks({app, dv, luxon, that:this, theme: "lebv"})
Review overdue
const {taskFunc} = customJS
taskFunc.getLateReviewTasks({app, dv, luxon, that:this, theme: "lebv"})
Delivery overdue
const {taskFunc} = customJS
taskFunc.getOverdueTasks({app, dv, luxon, that:this, theme: "lebv"})
Priority tasks
const {taskFunc} = customJS
taskFunc.getPriorityTasks({app, dv, luxon, that:this, theme: "lebv"})
Todo list
~~~tasks
not done
path includes lebv Research Tasks
sort by due
hide backlink
hide task count
~~~
~~~tasks
not done
path includes WebPublishing Tasks
sort by due
hide backlink
hide task count
~~~
~~~tasks
not done
path includes lebv Email Tasks
sort by due
hide backlink
hide task count
~~~
~~~tasks
not done
path includes Hosting Tasks
sort by due
hide backlink
hide task count
~~~
Overdue Todos
task from "04.01 lebv.org"
where DocType = "Task" and DueDate < date(today)
Urgent Todos
task from "04.01 lebv.org"
where DocType = "Task" and DueDate < date(today) + dur(3 days)
High priority
Task from "04.01 lebv.org"
Where DocType = "Task" and Priority = "High" and DueDate >= date(today)
Completed To-Dos
collapse: closed
~~~tasks
done
path includes lebv Research Tasks
sort by due
hide backlink
hide task count
~~~
collapse: closed
~~~tasks
done
path includes WebPublishing Tasks
sort by due
hide backlink
hide task count
~~~
collapse: closed
~~~tasks
done
path includes lebv Email Tasks
sort by due
hide backlink
hide task count
~~~
collapse: closed
~~~tasks
done
path includes Hosting Tasks
sort by due
hide backlink
hide task count
~~~