Warning
We are actively working towards a stable release and greatly appreciate your feedback. We welcome early beta testers to help us improve the app.
If you experience any problems, please feel free to submit an issue. Pull requests are also welcome!
Your contributions are invaluable as we work towards delivering a more reliable experience. Thank you for your support!
This app enables you to easily export all your digital highlights to Apple Notes from a variety of sources such as Amazon Kindle, Apple Books, Google Play Books, Instapaper, Pocket, Medium, Twitter, PDFs, and more.
Note
This app requires a subscription with Readwise - a paid service that makes it easy to aggregate and review all your reading data into one place.
- Customize Formatting 💅: - use Readwise's formatting tool to change how the note appears in Apple Notes.
- Multi-Account Support 👥: Select from multiple Apple Notes accounts (e.g. iCloud, Gmail).
- Folder Management 📁: Automatically create and verify folders in Apple Notes.
- Automatic Syncing 🔄: Configure the frequency of when new highlights are added.
- Download the latest release from the Release section.
- Extract the download file and drag it to your Applications folder. From there, run the app executable.
- Launch the App: Start the application after installation.
- Select Account: Choose your Apple Notes account from the dropdown menu (e.g., iCloud, Gmail).
- Specify Folder:
- Enter the name of the folder where notes will be imported.
- If the folder doesn’t exist, it will be created.
- Pick a sync frequency:
- Use the select box to pick a frequency your want your highlights to re-sync. (e.g.
Every 1 Hour
,Every 12 Hours
etc.)
- Use the select box to pick a frequency your want your highlights to re-sync. (e.g.
- Initiate Sync: Click the button to start the sync process. You'll get messages on the progress of the current sync.
- Success Notification: Once completed, you’ll receive a success message.
Track sync progress
Update sync frequency
Select account
-
Clone the repository:
git clone https://github.com/Scarvy/apple-notes-readwise.git cd <repo>
-
Install dependencies:
npm install
-
Run the app in development mode:
npm start
-
Build the app for production:
npm run make
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add feature"
- Push to the branch:
git push origin feature-name
- Submit a pull request.
- Only supports macOS due to reliance on AppleScript.
- Requires the Apple Notes app to be installed and configured.
This project is licensed under the GNU GENERAL.
For any issues or feature requests, please open an issue on the GitHub Issues page.