There are lots of apps that can export messages to HTML and other formats, but after doing some searching I didn’t find any for markdown. I know SMS are mostly text but markdown is a plain text file format which support text formats like bullets, headings, and media (usually by referencing image, video, or audio files in the same folder or in a sub-folder). That would be nice for reading and searching through in apps like Obsidian.
You must log in or register to comment.
Honestly this is why I really prefer OrgMode over Obsidian, Emacs has so many ways to convert different programming and markup languages to each other. Consider dabbling in it
Export to HTML, use pandoc (or sed/awk) to convert to markdown.


