# Apple 备忘录导入 Obsidian，并保持同步

继续在 Apple 备忘录中写作，在 Obsidian 中阅读每一条备忘录。

## 步骤

1. 在访达中，在你的仓库里为导出新建一个文件夹，如 `Vault/Apple Notes`。如果还没有仓库，先新建一个空文件夹，并用 Obsidian 的“将文件夹作为仓库打开”打开它。
2. 在 Exporter 中，在 Apple 备忘录卡片上点按“连接”，然后在打开的面板中点按“选择此文件夹”。
3. 点按“选择导出文件夹”，选择 `Vault/Apple Notes`。`格式` 一行保持为 Markdown。
4. 点按“立即同步”。此后只要 Exporter 在运行，无论窗口打开还是关闭，你在 Apple 备忘录中的每次编辑都会写入仓库。“设置”>“登录时启动”让它在重启后继续运行。
5. 可选：Exporter 的 Obsidian 卡片上（或“设置”>“OBSIDIAN”中）的“安装配套插件”会在 Obsidian 中显示同步状态，还能把任意一条备忘录重新在 Apple 备忘录中打开。

## 你会得到什么

```text
Vault/
  .obsidian/
  Apple Notes/
    Studio/
      Poster, first pass.md
      attachments/
    bases/
      all-notes.base
      photo-notes.base
      all-attachments.base
  My own note.md
```

每条备忘录的 front matter 显示为属性，`created` 和 `modified` 是真正的日期，可以排序和筛选，`cover` 指向备忘录的第一张图片。你的 #标签 保留在正文中，Obsidian 会把它们识别为标签。`source_url` 可在 Apple 备忘录中重新打开这条备忘录。

## 注意事项

- 选择一个单独的文件夹，而不是仓库本身的文件夹，这样你的笔记和 Exporter 的文件互不干扰。“完全重新同步”只会删除 Exporter 写入的文件：你在 Obsidian 中写的笔记，以及保存你的设置和插件的 `.obsidian`，都会保留。
- 对导出文件的编辑不会传回任何地方：Exporter 下次写入这条备忘录时会替换它。请在 Apple 备忘录中写作，并把你自己的笔记放在导出文件夹之外。
- Bases 视图按文件类型筛选，所以也会列出你自己的笔记，而且每次导出都会重写：要修改某个视图，请把它复制一份并改用新名称。

要彻底迁移到 Obsidian？它免费的 [Importer](https://obsidian.md/help/import/apple-notes) 会把 Apple 备忘录复制一次。文件中的每个字段，以及每个问题及其修复方法，都在 [Apple 备忘录文档](https://exporter.dev/docs/notes)中。

## Related

- [Apple Notes](https://exporter.dev/docs/notes): Folders, fields, HTML and fixes
- [Apple Notes in Claude](https://exporter.dev/guides/notes/apple-notes-in-claude): Claude searches your notes, on your Mac
- [Export Apple Notes to Markdown](https://exporter.dev/notes): Apple Notes as Markdown, kept in sync

---

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