-
-
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/
This file contains hidden or 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: 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 | |
| ``` |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Plugin needed: Dataview, Meta Bind, Templater