apple_cloud_notes_parser icon indicating copy to clipboard operation
apple_cloud_notes_parser copied to clipboard

Parser for Apple Notes data stored on the Cloud as seen on Apple handsets

Results 9 apple_cloud_notes_parser issues
Sort by recently updated
recently updated
newest added

I just ran for the first time since updating to Ventura, and got this: ``` /Users/dmd/Dropbox (Personal)/code/apple_cloud_notes_parser/lib/AppleNotesEmbeddedThumbnail.rb:57:in `get_media_filepath': undefined method `identifier' for nil:NilClass (NoMethodError) from /Users/dmd/Dropbox (Personal)/code/apple_cloud_notes_parser/lib/AppleNotesEmbeddedThumbnail.rb:26:in `initialize' from /Users/dmd/Dropbox...

bug

Ok, so this is the last 2 things that are missing in order to achieve parity with native Apple Notes html export (and I want to highlight that this library...

possibly-solved

It's possible to Pin note and it's possible to rearrange folders order. I assume this information is somewhere in sqlite db. Would it be possible to add this to the...

enhancement
possibly-solved

I have some notes that are breaking up sentences and words into multiple bullet points. Example in Notes: - List: - Benefits describe... Turns into: Benefit s de sc ribe...

possibly-solved

I'm getting an error while parsing the notes from my backup. The password is correct in the file, and all unencrypted notes can be displayed (tho any with images do...

bug

It would be really nice if exported data was on a format so that diffs could be easily performed between two dumps. For example, a JSON format organized as outlined...

enhancement

**Describe the bug** - Getting exceptions with four different NoteStore files. - Debug logs do not seem to contain any relevant information about the exceptions. - Nothing is initially output...

enhancement

Because `Gemfile.lock` is in the `.gitignore`, it isn't included in this repo. Without the lockfile, a fresh clone of this repo will always `bundle install` the latest available version of...

bug

**Describe the bug** Running `ruby notes_cloud_ripper.rb --mac ../Backup\ 2024.07` (pointing to a specific directory of the Apple Notes backup), returns error ``` Starting Apple Notes Parser at Fri Aug 2...

bug
duplicate