Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UtahDave/46659bf298a166fe62d3ccc1b2b50bb8 to your computer and use it in GitHub Desktop.
Save UtahDave/46659bf298a166fe62d3ccc1b2b50bb8 to your computer and use it in GitHub Desktop.
Dann Berg's People Template for Obsidian. Uses Dataview & Templater plugins. Should be saved as a Markdown file in Obsidian. Full blog post coming soon on dannb.org
---
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, [[<% tp.file.title %>]])
SORT file.cday DESC
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment