A Python script to convert Samsung .memo (S-memo) files to HTML, and import the associated media
- Download the memo2html file, and set permission to run it as a program
- Download all memos you want from an android device
- Store them im a folder of their own (folder-with-memos)
- Create an empty folder for memos converted to HTML
- Run
./memo2html folder-with-memos folder-for-converted-memos
- You can now import from within Notable as Markdown, if you want to edit :-)
- All media files go into a folder-with-memos/media subfolder, so they must have different filenames. This is normally the case with pictures.
- Emoji characters (stored by Android as "surrogate pairs") are processed to appear as standard UTF-8 single characters.
Please let me know if you find a bug. :-)