
Public
Like1
slack-copy-paste
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
index.ts
https://stevekrouse--019c4e38af09701a85dcc13a4ebe4538.web.val.run
Convert Slack conversation copy-paste text into clean Markdown format.
- Copy conversation text from Slack
- Paste it into the left panel
- Get formatted Markdown on the right
- Click "Copy" to copy the Markdown
Parses Slack's copy-paste format:
Name [timestamp]→ New speaker line[timestamp]message→ Continuation from same speaker- Message text → Body content
Outputs clean Markdown with **Name**: message format.