tab: Components```dataviewtable summary AS "Summary"from "PARA/AREAS/Mental Models"where contains(type, "area_note")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/mental_modelswhere contains(type,"meeting")sort meeting_status asc, scheduled_date asc```
tab: Ongoing Task```tasksnot donetags include #area/mental_modelspath does not include "SYSTEM"sort by due date```
tab: Completed Tasks```tasksdonetags include #area/mental_modelspath does not include "SYSTEM"sort by due date```