views: - type: table name: All Followups filters: and: - Type == "Followup" - '!file.path.startsWith("99 Toolkit")' - Project == "REPLACE THIS MOLLY!" - type: table name: Followups - Done filters: and: - Type == "Followup" - file.path.startsWith("99 Toolkit") - Done == true - Project == "CHANGE THIS MOLLY!!!" - type: table name: Followups - Not Done filters: and: - Type == "Followup" - '!file.path.startsWith("99 Toolkit")' - Project == "CHANGE THIS MOLLY!!!" - Done != true