Skip to content

Instantly share code, notes, and snippets.

@wang7x
Forked from dannberg/obsidian-people-moc.txt
Last active July 6, 2025 14:03
Show Gist options
  • Select an option

  • Save wang7x/73a64b709c51faedefeff98e7ebf89c8 to your computer and use it in GitHub Desktop.

Select an option

Save wang7x/73a64b709c51faedefeff98e7ebf89c8 to your computer and use it in GitHub Desktop.
Dann Berg's Obsidian People MOC. Uses Metabind and Dataview plugins. View full People Note system: https://dannb.org/blog/2022/obsidian-people-note-template/
[[+Home]] #MOC
```meta-bind-button
label: New People Note
hidden: false
class: ""
tooltip: ""
id: ""
style: primary
actions:
- type: templaterCreateNote
templateFile: Templates/People Template.md
folderPath: /People
fileName: Enter Name Here
openNote: true
```
# People MOC
A personal CRM. People Notes are about jotting down notable information about people and linking people back to [[🗣 Meetings MOC]].
These are the different categories of People Notes:
- Work
- Personal
- Creative
- Fictional
- Notable
---
### Templates
- [[People Template]]
# People
```dataview
table title
from "/People"
sort file.name asc
```
@wang7x
Copy link
Copy Markdown
Author

wang7x commented Jul 6, 2025

Plugin needed: Dataview, Meta Bind, Templater

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