obsidian-importer: Import from Apple Notes - $2,500
Please upvote this issue if you would like to see Apple Notes as an import format.
Bounty
See the Contribution guidelines for how to claim this bounty.
Bounty: $2,500 USD Timeframe: 21 days
Please only apply if you have taken time to explore the Importer codebase, as well as existing options such as Apple Notes Liberator and Apple Cloud Notes Parser. Provide detail about how you would approach solving it within the constraints of this Obsidian plugin.
Requirements
- Must work on macOS — iOS is nice to have but not required for initial version
- Properly converts files to Obsidian-flavored Markdown, including tables, to-do lists, etc
- Support for images and attachments. Embed links converted to Markdown format
!()[image.png]and placed in the user’s defined attachment location (Settings → File & links) - Supports internal links added in iOS17
Current solutions
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 58
- Comments: 26 (5 by maintainers)
Commits related to this issue
- Add Apple Notes importer (obsidianmd#15) — committed to mirnovov/obsidian-importer by mirnovov 9 months ago
A $2,500 bounty has been added to this project.
I have been developing & maintaining Exporter for the past 7 years. Just started using Obsidian & loving it. If there are any special requirements needed for Obsidian that aren’t being met with the current version of Exporter, please do let me know.
I would like to apply for this if possible - this seems like a fun thing to complete.
I have developed the Obsidian Homepage plugin, which is the 30th most popular in the community plugin repository. Additionally, I used to use Apple Notes as my primary note-taking solution and still use it for a few small things (though I use Obsidian for anything substantial), so I’m well-acquainted with what users expect and to test the correctness of any solution that would be developed.
I have examined the Importer code and have already developed a basic proof-of concept
AppleNotesImporterthat takes the Apple Notes database and decodes the note files, and intend to complete it and create a full-featured solution if this is accepted.NoteStoreSQLite database, which is stored in a designated location on the user’s computer. This requires Obsidian to have the Full Disk Access permission on macOS, so it would prompt the user to ensure it is enabled if they don’t have it (if their vault isn’t in a location that requires it). Unfortunately AFAIK there is no way around this.Your app worked wonderfully for me @Star-Lord-XIII - Many thanks!
Huge fan of Exporter! 🙇♂️ Thanks for your work on that.
I have upgraded to macOS Sonoma and confirm that the internal links can be retrieved (quite easily in fact, since it builds on existing aspects of the data format). Haven’t really done too much yet as I have been quite busy lately, but I am confident I can meet the deadline barring exceptional mitigating circumstances.
Hi there, I’d like to apply for this.
My approach doesn’t ask users to grant full disk access, which I think is a bit invasive. The main point of a built-in importer is to make things easier for non-tech people, so this might put them off a bit.
It’s based on Apple JXA (JavaScript for Automation) and written in TypeScript. This PR shows how my approach works.
If this gets picked, I can work on it more to fix and iron out the bugs.
Thank you.
Acknowledged.