first commit
This commit is contained in:
22
templates/people-template.md
Normal file
22
templates/people-template.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
company:
|
||||
location:
|
||||
title:
|
||||
email:
|
||||
website:
|
||||
aliases:
|
||||
---
|
||||
tags:: [[👥 People MOC]]
|
||||
|
||||
# [[<% tp.file.title %>]]
|
||||
<% await tp.file.move("/Extras/People/" + tp.file.title) %>
|
||||
|
||||
## Notes
|
||||
-
|
||||
|
||||
## Meetings
|
||||
```dataview
|
||||
TABLE file.cday as Created, summary AS "Summary"
|
||||
FROM "Timestamps/Meetings" where contains(file.outlinks, [[]])
|
||||
SORT file.cday DESC
|
||||
```
|
||||
Reference in New Issue
Block a user