25 lines
413 B
Markdown
25 lines
413 B
Markdown
---
|
|
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 |