Based on code from @rami.sedhom discussed here, I have made an Outlook macro to export Outlook Notes to Joplin notes.
You can find instructions and code in this Gist: Outlook Notes to Joplin · GitHub
It follows many of the ideas from Rami's original, but with a number of changes or improvements:
- Exports Outlook Notes, not Mail. I'm considering an improvement to work for both, but Notes were a priority for me. The Thunderbird app allows exporting mail, but not Notes.
- Copies the Creation and Modification dates
- Converts Outlook Categories into Joplin Tags attached to the exported notes.
- For simpler operation, does not prompt the user for a Joplin folder, but exports to a notebook
Outlook Notes
(which will be created if necessary). The user can then move the notes where they like in Joplin. - Works with newer versions of Joplin. @rami.sedhom's version no longer seems to be compatible. I just discovered another version by @cytochrome, which has another way of making this fix. I'm sorry not to have discovered this nice work before, but I think perhaps mine is a cleaner implementation.
- Disables caching on the HTTP connection to the Joplin web clipping server. This could also give problems with the other two implementations.
- Made the code more modular to simplify further development.
Anyway, I hope this is of interest,
Tim.