I am working on ways to send agenda notes with attachments to my files. I am trying to figure out the best way to do this. Here is what I have tried:
- RTFD - Exporting with attachments creates an RTFD, but for some reason, the PDF is attached as a JPG of the first page, and the rest of the pages are missing.
- TextBundle - This works well, but the attachments are renamed based on an internal numeric ID, and the JSON that comes with it does not contain any information to use to recover them. I have written an Automator/Apple Script to at least do some of the work by extracting the files, and then I typically rename them manually.
- Agenda File - I’m currently working on an AppleScript to extract/reconstruct the notes and attachments, but I haven’t gotten a result I like.
Is there a better way to do this? Am I wrong about the limitations of the above options? Basically, I need to be able to put project/Meeting notes and files into a folder that I shared with others who are not using Agenda (or a Mac at all).
Thanks!