This little webapp is intended to make it easier to copy messages from Slack into other places for sharing or archival, with cleaned-up, readable formatting. I hacked it together on valtown with copious help from an LLM over a weekend; please propose changes or edits, as I'm sure I missed many use-cases and edge-cases. This app runs entirely in your browser and does not send your data anywhere.
- Clean markdown conversion: Converts Slack's HTML to readable markdown format
- Thread support: Handles threaded conversations with visual indicators
- Shows thread reply counts (e.g., "Thread: 3 replies (Last reply today at 19:03)")
- Marks threaded replies with ↳ prefix
- Identifies messages sent from thread to main channel with 📢 prefix
- Code block preservation: Maintains formatting for inline code and code blocks
- List handling: Properly converts ordered and unordered lists
- Timestamp formatting: Clean, consistent timestamp display
The app now better handles Slack's threaded conversations:
-
Main messages with threads: When you copy a main channel message that has replies, it will show thread information like "Thread: 3 replies (Last reply today at 19:03)"
-
Individual thread replies: When copying from within a thread view, individual replies are marked with "↳" to show they're threaded responses
-
Thread-to-channel broadcasts: Messages sent from a thread to the main channel are marked with "📢" to indicate they were broadcast