|
|
|
|
|
by fny
3124 days ago
|
|
They're stored in an sqlite file at ~/Library/Containers/com.apple.Notes/Data/Library/Notes/NotesV7.storedata (version number might be different.) The data stored all over the place in the DB. For example, you can extract HTML body of a note with the following query: "select ZHTMLSTRING from ZNOTEBODY". |
|