--- cssclass: cards Alias: ["lebv.org Tasks"] Tag: ["๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", "๐ŸŒ", "โšœ๏ธ", "๐Ÿ“š", "๐Ÿ“ง", "๐Ÿ“‘"] Date: 2021-08-12 DocType: "Project" ChildrenType: - Task Hierarchy: "Root" TimeStamp: location: [51.514678599999996, -0.18378583926867909] CollapseMetaTable: true --- Parent:: [[@lebv.org|lebv.org]], [[@Personal projects]], [[@IT & Computer]] --- ^Top   ```button name Create Task type append template action NewFile id CreateNote ``` ^button-lebvNewTask ```button name Save type command action Save current file id Save ``` ^button-lebvTMSave   # Task Master for lebv.org   ```ad-abstract title: Summary collapse: open This space centralises all tasks and to-dos in a specific folder. ```   ```toc style: number ```   ---   ### Task list   ```dataview Table without id "[[" + file.name + "|" + replace(file.name, "@", "") + "]]" as "Name", Tag as "Tag" , "Next review on " + NextReviewDate as "Date", choice(NextReviewDate > date(today), "โ˜‘๏ธ On track", choice(NextReviewDate < date(today), "โš ๏ธ Review overdue", "๐Ÿšฆ Review today")) as "Review" from #โšœ๏ธ Where DocType = "Task" sort NextReviewDate asc ```   ---   ### Todo list [[#^Top|TOP]]   **[[lebv Research Tasks|Research]]** ```ad-task ~~~tasks not done path includes lebv Research Tasks sort by due hide backlink hide task count ~~~ ```   **[[WebPublishing Tasks|Website]]** ```ad-task ~~~tasks not done path includes WebPublishing Tasks sort by due hide backlink hide task count ~~~ ```   **[[lebv Email Tasks|Email]]** ```ad-task ~~~tasks not done path includes lebv Email Tasks sort by due hide backlink hide task count ~~~ ```   **[[Hosting Tasks|WebHosting]]** ```ad-task ~~~tasks not done path includes Hosting Tasks sort by due hide backlink hide task count ~~~ ```   #### Overdue Todos [[#^Top|TOP]] ```dataview task from "04.01 lebv.org" where DocType = "Task" and DueDate < date(today) ```   #### Urgent Todos [[#^Top|TOP]] ```dataview task from "04.01 lebv.org" where DocType = "Task" and DueDate < date(today) + dur(3 days) ```   #### High priority [[#^Top|TOP]] ```dataview Task from "04.01 lebv.org" Where DocType = "Task" and Priority = "High" and DueDate >= date(today) ```   #### Completed To-Dos [[#^Top|TOP]] **[[lebv Research Tasks|Research]]** ```ad-task collapse: closed ~~~tasks done path includes lebv Research Tasks sort by due hide backlink hide task count ~~~ ```   **[[WebPublishing Tasks|Website]]** ```ad-task collapse: closed ~~~tasks done path includes WebPublishing Tasks sort by due hide backlink hide task count ~~~ ```   **[[lebv Email Tasks|Email]]** ```ad-task collapse: closed ~~~tasks done path includes lebv Email Tasks sort by due hide backlink hide task count ~~~ ```   **[[Hosting Tasks|WebHosting]]** ```ad-task collapse: closed ~~~tasks done path includes Hosting Tasks sort by due hide backlink hide task count ~~~ ``` [[#^Top|TOP]]