Plugin: Contact Cards - Transform YAML data into a contact card

The Obsidian Contact Cards Plugin transforms YAML data inside a special code block into a beautifully designed contact card. This lets you quickly view a person’s details (even in preview mode).

example

Example

Features

  • Beautiful Formatting: Display name, title, company, email, and phone number in a clean, business-card style layout.
  • Simple Syntax: Just provide a contact-card code block with YAML fields, and the plugin will handle the rest.
  • Customizable: Adjust styling by modifying the plugin’s CSS or by creating your own Obsidian CSS snippets.
  • Powerful Integrations:
    • Photos automatically populated based on email address
    • Company logos pulled based on email domain (when Company name is provided)
    • Clickable fields for more context (phone, email, location, etc)
4 Likes

This looks kind of neat, but what if it pulled the data from the properties instead of the code block? That way you could reuse information in other queries, and possibly build contact sheets of groups of people.

And if internal links are used, fetching the information from properties would allow for links to updated if that happens sometime in the future.

2 Likes