rename category to categories

This commit is contained in:
Steph Ango
2025-05-23 13:17:29 -07:00
parent fd7b6b2d84
commit 831af0dd26
92 changed files with 109 additions and 109 deletions

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[People]]"
tags:
- people
@@ -14,7 +14,7 @@ table without id
file.link as Meeting,
date as Date
where
contains(category,[[Meetings]]) and
contains(categories,[[Meetings]]) and
contains(people,this.file.link)
sort file.name desc
```