Skip to content

Instantly share code, notes, and snippets.

@dannberg
Last active April 24, 2024 05:27
Show Gist options
  • Star 23 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save dannberg/2fc4d0b8a3e88cc24598473f4eb626ed to your computer and use it in GitHub Desktop.
Save dannberg/2fc4d0b8a3e88cc24598473f4eb626ed 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. See full tutorial for setup instructions: https://dannb.org/blog/2022/obsidian-people-note-template/
---
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
```
@high5rise
Copy link

Ah, that solved the issue: I didn't have the "Trigger Templator on new file creation" option toggled on. Instead, I had put in the template in the Startup Template field, which was causing the move issue at startup of Obsidian. Should have followed the instructions! =) Thanks, @dannberg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment