AppleNotes Sync
approvedby fengshuzi
Sync notes from the macOS Notes app to your local Vault. - This plugin has not been manually reviewed by Obsidian staff.
★ 6 stars↓ 737 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)
- Go to the Releases page and download the latest version
- Download
main.js,manifest.json, andstyles.cssif available - Create a plugin directory in your Obsidian vault:
.obsidian/plugins/applenotes-sync/ - Copy the downloaded files into that directory
- 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
- Open Obsidian Settings → Community Plugins → AppleNotes Sync
- Configure the Apple Notes folder name and Obsidian target folder (macOS only)
- 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 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.