A plugin for Obsidian that helps you keep track of friends, family, and your interactions with them. Never forget a birthday or important detail about someone you care about.
This plugin was inspired by Scott Stockdale's article on maintaining meaningful friendships. The core idea is that maintaining strong relationships requires a system for:
- Tracking important dates and milestones
- Recording meaningful interactions
- Remembering personal details
- Making regular meaningful touchpoints
Friend Tracker helps implement these relationship-building practices in a simple, organized way within Obsidian.
- Contact Management: Easily create and manage contact profiles with essential information
- Birthday Tracking: Keep track of birthdays and see upcoming celebrations
- Interaction Logging: Record and date your interactions with people
- Custom Fields: Add custom fields to track any information that matters to you
- Notes Section: Keep detailed notes about family members, relationships, or any other important details
- Smart Organization: Sort contacts by name, age, or upcoming birthdays
- Click the "Add Contact" button to create a new contact
- Fill in their basic information (name, birthday, email, phone)
- Add any custom fields you want to track
- Use the notes section for additional details
- Open a contact's profile
- Click "Add Interaction" to log a new interaction
- Enter the date and details of the interaction
- View interaction history in chronological order
- The main view shows upcoming birthdays
- Sort by "Days Until Birthday" to see who's celebrating soon
- Birthdays are automatically calculated and displayed in a friendly format
- Add custom fields to track specific information
- Fields are saved in the contact's YAML frontmatter
- Easily edit or update field values
- Open Obsidian Settings
- Go to Community Plugins and disable Safe Mode
- Click Browse and search for "Friend Tracker"
- Install the plugin and enable it
All contact information is stored in markdown files with YAML frontmatter, making it:
- Portable
- Future-proof
- Easy to backup
- Compatible with other markdown tools
If you encounter any issues or have feature requests, please visit the GitHub repository.
Created by Dan Au
MIT License - see LICENSE for details