Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raulanatol/obsidian-mac-sync-contacts

Sync your mac contacts with obsidian
https://github.com/raulanatol/obsidian-mac-sync-contacts

Last synced: about 1 month ago
JSON representation

Sync your mac contacts with obsidian

Awesome Lists containing this project

README

        

# Obsidian mac sync contacts plugin

Sync contacts from your mac contacts app to obsidian.

## Template variables

| Variable | Description | Example |
|-------------------------|-----------------------------------|-----------------------------------|
| `{{contactName}}` | Name of the contact | John Doe |
| `{{contactEmail}}` | First email of the contact | [email protected] |
| `{{contactPhone}}` | First phone of the contact | +1 234 567 890 |
| `{{contactWebsite}}` | First website of the contact | https://doe.com |
| `{{contactAddress}}` | First address of the contact | 123 Main St, City, State, Country |
| `{{contactBirthday}}` | Birthday of the contact | 2021-01-01 |
| | | |
| `{{snake_contactName}}` | Name of the contact in snake case | john_doe |