The VCF Contacts plugin enables you to manage and organize contact information directly within your vault, using structured vCard (VCF) fields. You can import or export .vcf
files, add avatars, and maintain detailed records for each contact-like phone numbers, emails, birthdays, addresses, and social profiles. Each contact is stored as a markdown file, making it easy to link notes and use existing Obsidian workflows. Features like click-to-call, quick copy, and avatar processing add convenience, while Quick Switcher support ensures fast navigation. Ideal for users who want to integrate personal or professional networks into their knowledge management system.
Happy with a new release adding the support for location, organization and group cards.
New Features
#43, #18: Support added for the KIND property allowing for location, organisation and group cards. Thanks to @beorn @ankenyr for the work done!
#42: On the request of @ymargreth @bepolymathe "Open Contacts Sidebar" and Create Contact were added to the obsidian command palette.
#34: Test suite was added resulting in a refactor and creation of 36 tests.
Feature Enhancements
- #47 : The local developement now builds every time the source code of the plugin is updated. command: "npm run dev watch"
- #41: @ymargreth provided a pull request with improved descriptions and label on the settings page. Thank you for the work done.