top | item 47041898

(no title)

SahAssar | 13 days ago

IM messages seem to be documents just as much as email or many things you'd normally call documents. A reasonable definition IMO would be:

    A self-contained rich formatted text file/package that optionally contains attachments or media.

discuss

order

Gigachad|13 days ago

I'd disagree with that for most messaging apps. If you think about Discord or Slack for example. You have a plain text message and then media attachments externally. This could be very well expressed with JSON.

Very few messaging apps let you go beyond plain text and let you start embedding media or complex layouts inside a message.

stickfigure|12 days ago

Slack messages have a ton of formatting. You could implement it with some sort of extension on markdown but you'd have to write a custom parser. XML gives you a markup structure for free.

Slack canvases have full layouts including images.

SahAssar|12 days ago

Slack messages contains a lot of additional formatting and media.

Even whatsapp does formatting, so does signal.

What is a current popular messaging app that does not have rich text features?