Apple Notes Data Handling Overview Apple Notes stores note content as a restricted subset of HTML internally. The property in JXA returns this HTML, which includes , - , , , , , and Apple-specific classes for checklists and tables. Attachments (images, PDFs, sketches, scans) are embedded as or object references but cannot be directly extracted via JXA — they require the property. Understanding these data formats is essential for building reliable import, export, and backup pipelines. Note Body HTML Format Export All Notes to JSON HTML to Markdown Converter Attachment Handling Error Handling |…