First Commit
This commit is contained in:
25
7 People/_People Overview.md
Normal file
25
7 People/_People Overview.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
title: People Overview
|
||||
created_date: 2024-10-25
|
||||
updated_date: 2024-10-25
|
||||
aliases:
|
||||
tags:
|
||||
type: dashboard
|
||||
---
|
||||
|
||||
```dataview
|
||||
table person.first_name AS "Name", person.last_name AS "Lastname", person.type AS "Type"
|
||||
from #person
|
||||
where contains(file.frontmatter.tags, "person")
|
||||
```
|
||||
## Tag System
|
||||
|
||||
person
|
||||
first_name
|
||||
last_name
|
||||
birthday
|
||||
type
|
||||
hobbies
|
||||
## Todos
|
||||
### Ideas
|
||||
- sort by last meeting. need to record though
|
||||
Reference in New Issue
Block a user