§ People.md
1 # People
2 #index
3 ___
4
5 > [!fingerprint]+ Persons of Interest
6 >
7 > ```dataview
8 > TABLE WITHOUT ID
9 > file.link as Name,
10 > born as "Born",
11 > died as "Died"
12 >
13 > FROM #people
14 >
15 > SORT dates asc
16 > ```
17 >
18 > ---
19 >
20
21
22
23