this post was submitted on 11 Mar 2025
0 points (50.0% liked)

Android

1886 readers
4 users here now

A place to discuss anything related to Android or Android adjacent.


INFO:


Check Out Our Partner Communities:

[email protected]

founded 5 years ago
MODERATORS
 

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.

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 13 hours ago

Export to HTML, use pandoc (or sed/awk) to convert to markdown.