filters: and: - note.type == "project" properties: note.title: displayName: Title note.status: displayName: Status note.started: displayName: Started note.tags: displayName: Tags views: - type: table name: Active projects filters: and: - note.status == "active" order: - file.name - title - started - tags sort: - property: started direction: DESC - type: table name: All projects order: - file.name - title - status - started - tags sort: - property: status direction: ASC - property: started direction: DESC