Turbo (@NeoJ)Apple Notes 转换为Markdown遇到点问题哇,求助求助 中发帖

目前使用 Apple Script 已经获取了 Note。
部分附件无法获取到,目前没有思路,还在找相关的文档。

求救🙏

如何获取附件内容或者附件的绝对地址呢。

#!/usr/bin/osascript
(*
Definitive AppleScript for exporting Notes content.
This script handles the core limitations of Notes attachments by:
1. Reliably exporting the full, unmodified HTML body of each note.
2. Getting the attachment's `name`.
3. Trying to get the `url`, and if it fails (which is ...