Javascript – How to export structured notes (image + text) from a Next.js app to Apple Notes?
I'm developing a Next.js application where users can take notes on pictures, and I'm looking for a way to allow users to export these notes (structured as image + text pairs) directly to Apple Notes. So far, I've tried several…