Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raulanatol/obsidian-mac-sync-contacts
- Owner: raulanatol
- License: mit
- Created: 2023-10-14T10:46:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T13:13:49.000Z (about 1 year ago)
- Last Synced: 2024-04-14T05:23:29.979Z (7 months ago)
- Language: TypeScript
- Size: 219 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |