Created
February 19, 2024 14:47
-
-
Save dannberg/8e021e84f6c5024dcdfe89de909e3335 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/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[+Home]] #MOC | |
```meta-bind-button | |
label: New People Note | |
hidden: false | |
class: "" | |
tooltip: "" | |
id: "" | |
style: primary | |
actions: | |
- type: templaterCreateNote | |
templateFile: Extras/Templates/Template, People.md | |
folderPath: Extras/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 | |
- [[Template, People]] | |
# People | |
```dataview | |
table title | |
from "Extras/People" | |
sort file.name asc | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment