# 把通讯录变成 Obsidian 中的人物笔记

在你的仓库中每人一条笔记，每个字段都是一个属性。

## 步骤

1. 在你的仓库中为人物新建一个文件夹，如 `Vault/People`，而不是仓库本身。
2. 在通讯录卡片上点按“连接”。面板会在你的 AddressBook 文件夹中打开：点按“选择此文件夹”。
3. 点按“选择导出文件夹”，选择 `Vault/People`。
4. 用卡片当前所在的标签页选择文件夹结构：“全部”把每张名片写进同一个文件夹，“群组”写进 `groups/<group>/`，“公司”写进 `companies/<company>/`。勾选你想要的名片。
5. 点按“立即同步”。只要 Exporter 在运行，编辑过的名片就会重写它的笔记。

## 你会得到什么

```text
Vault/People/
  Anna Kowalski.md
  Ben Ortiz.md
```

每条笔记的 front matter 包含名片上的内容，是 Obsidian 属性面板能显示的值和列表：

```yaml
organization: "Northwind Studio"
job_title: "Art director"
birthday: 1990-12-10
phones:
  - "+1 415 555 0123 (mobile)"
groups:
  - "Studio"
```

把信息也导出到同一个仓库中，每个人的笔记就会列出他们的对话，每个对话也会链接到其中的人。

## 注意事项

- 给人物单独一个文件夹，这样他们的笔记和你的笔记互不干扰。“完全重新同步”只会删除 Exporter 写入的文件。
- 在 Obsidian 中做的编辑不会传回通讯录，下次写入这张名片时会被替换。关于某个人的备注，请写在单独的笔记中。
- 切换标签页会在下次同步时移动文件。在免费额度内，你会得到勾选的前 100 张名片。

每个字段及其键，都在[通讯录文档](https://exporter.dev/docs/contacts)中。

## Related

- [Contacts](https://exporter.dev/docs/contacts): Layouts, every field and fixes
- [Apple Notes to Obsidian](https://exporter.dev/guides/notes/apple-notes-to-obsidian): A vault that follows Apple Notes
- [Contacts](https://exporter.dev/contacts): Every contact card as a Markdown file

---

human version: https://exporter.dev/zh-hans/guides/contacts/contacts-to-obsidian
every page: https://exporter.dev/llms.txt
