Psst! Format may vary... blame Apple for not supporting Markdown fully
Personal Note
Apple notes -> Markdown image extraction plane
A detailed plan for automating the process of extracting images from Apple Notes and converting them to Markdown format.
Technology
#apple-notes#markdown#image-extraction#automation#workflow
Apple notes -> Markdown image extraction plane
-
Run shortcut -> Notes placed in content/notes.
-
Run convert file and script to stage notes in working dir
-
(Parallel to 1) we can run AppleScript Automation ExportNotesHtml.workflow to put files in Html stage
-
Custom script that iterates notes in working directory from (2) and names the images Image- .png/jpeg,etc
-
Marry staging images from (4) w/ staging MDX file from (2) into directory
-
Move staged dirs -> blog src/content/notes/<tag>
-
Script should be tag aware
Automate the above w/ CRON. Orchestrate w/ bash or node whatever platform supports
