filters: and: - file.inFolder("wiki") - file.ext == "md" formulas: age_days: (now() - file.mtime).days properties: type: displayName: Type authors: displayName: Authors status: displayName: Status updated: displayName: Updated domain: displayName: Domain formula.age_days: displayName: Days Since Edit views: - type: table name: Recent Activity groupBy: property: type direction: ASC order: - file.name - type - status - updated - formula.age_days limit: 20 - type: table name: Finite Element Concepts filters: and: - file.inFolder("wiki/concepts") order: - file.name - domain - status - updated - type: table name: Sources filters: and: - file.inFolder("wiki/sources") - type == "source" order: - file.name - authors - author - date_published - updated limit: 10