AppleNotes Sync

approved

by fengshuzi

Sync notes from the macOS Notes app to your local Vault. - This plugin has not been manually reviewed by Obsidian staff.

6 stars737 downloadsUpdated 1mo agoMIT

AppleNotes Sync

Sync macOS Apple Notes to Obsidian, manual refresh only.

Features

macOS Apple Notes (macOS only)

  • Sidebar "refresh" button and "Sync macOS Apple Notes" command: sync notes from a specified folder in the Apple Notes app to Obsidian
  • Supports images, tables, and other rich content. Configurable source folder name and Obsidian target folder

Installation

From Obsidian Community Plugins (Recommended)

Open Obsidian Settings → Community Plugins → Browse, and search for AppleNotes Sync or fengshuzi to install directly.

From GitHub Release (Recommended)

  1. Go to the Releases page and download the latest version
  2. Download main.js, manifest.json, and styles.css if available
  3. Create a plugin directory in your Obsidian vault: .obsidian/plugins/applenotes-sync/
  4. Copy the downloaded files into that directory
  5. Restart Obsidian or refresh the plugin list, then enable "AppleNotes Sync" in settings

Build from Source

cd applenotes-sync
npm install
npm run build
# Copy files from dist/ to .obsidian/plugins/applenotes-sync/

Usage

  1. Open Obsidian Settings → Community Plugins → AppleNotes Sync
  2. Configure the Apple Notes folder name and Obsidian target folder (macOS only)
  3. Click the refresh icon in the sidebar, or use the command palette to run "Sync macOS Apple Notes"

Development

npm install
npm run dev    # Watch mode
npm run build  # Production build
npm run deploy # Deploy to local vaults
npm run release # Publish to GitHub

License

MIT


☕ Support the Author

If this plugin helped you, feel free to buy me a coffee!

WeChat Donate

WeChat QR Code

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.