tab: Components```dataviewtable created AS "Created", summary AS "Summary"from "PARA/AREAS/Dev Learning"where type != "area"where type = "area_note"where type != "area_note_sub"sort created DESC```tab: Projects```dataviewtable type AS "Type", Status AS "Status", Priority_Level AS "Priority_Level"from "PARA/PROJECTS"where contains(connections, this.file.link)where type = "project_family" OR type = "project_note"sort Status ASC```tab: Other```dataviewtable type AS "Type"from "PARA/RESOURCES/DOCUMENTATIONS" OR "PARA/WORKSTATION"where contains(connections, this.file.link)where type = "documentation_note" OR type = "workstation_note"sort type ASC```
tab: Scheduled Meetings```dataviewTABLE scheduled_date as "Scheduled Date", start_time as "Start Time", summary as "Summary"from #area/dev_learningwhere contains(type,"meeting")sort meeting_status asc, scheduled_date asc```
tab: Ongoing Task```tasksnot donetags include #area/dev_learningpath does not include "SYSTEM"sort by due date```
tab: Completed Tasks```tasksdonetags include #area/dev_learningpath does not include "SYSTEM"sort by due date```