Three Planets Software

Results 76 comments of Three Planets Software

Interesting, thanks for the report. I had made one assumption, that the child folder would always have a higher folder Z_PK than the parent folder. That may not have been...

Sorry, today has been busy. I have a few thoughts as to how to recreate this, could you please try the following on your NoteStore.sqlite? ```sql SELECT Z_PK, ZPARENT FROM...

Ok, thanks, I'll need to go back and revisit that assumption. Could you please run the second query as the following? 100 is the `ZACCOUNTDATA` pointer. ```sql SELECT Z_PK, length(ZMERGEABLEDATA),...

I want to make sure I have this correct. This database has a few thousand `ZICCLOUDSYNCINGOBJECT` entries and exactly one account? Is that (`Z_PK=6`) an iCloud account, not a local...

Also, please check out the latest push on [order-folders-and-notes](https://github.com/threeplanetssoftware/apple_cloud_notes_parser/tree/order-folders-and-notes) and see if that removes the error. It now handles assigning folder children until after all folders have been ingested. Edit:...

What's confusing to me is that it doesn't appear the place the folder order is stored is populated for your account. That `ZACCOUNTDATA` row (`Z_PK=100`) should have it, but the...

Interesting, I'm not sure how to recreate this on an iOS device, although I do have places in the protobuf that already account for font and color. Could you export...

I have this working in an ugly fashion, I'd like to clean it up a bit (HTML generation has always been the ugliest bit of this code). However, for the...

Correct, this line tells the client to use a particular font family: ```html Default font. ``` If the client doesn't have that font, the browser defaults to whatever its default...

Thanks for that information. Given how many system fonts are represented, I will definitely go with carrying through the font as found in the note itself and leave any translations...