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

AndroidApps

1578 readers
7 users here now

Community dedicated to Android apps and software.

Related Communities:

Rules:

spoiler0. Use common sense.

  1. No distribution of APKs from unknown sources or direct downloads. You are only allowed to share from GitHub (no direct links, repo only), Play Store, F-Droid, or Aurora Store.
  2. No piracy. This includes hacking, cracking in-app purchases or bypassing forms of DRM. YouTube (Music) Vanced are allowed exceptions to this.
  3. No rooting apps allowed. This also includes hacking software or tools.
  4. No apps that require root to function. This also includes Magisk and Magisk-related software. However: If the app features extra functionality that is available if you are rooted, but it is not required to use the app it is then okay. I.e. YouTube Vanced does not require root, but it features stuff that works only with root.
  5. No software that requires ADB or patching system files. Exceptions are well-known debloaters such as UAD and other manually approved stuff. Otherwise, ADB is not a user-friendly or safe tool and discourage its usage here.

These rules are subject to change at any point in time with or without user notice.

founded 4 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] 3 points 13 hours ago

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