orbitdb-archive / orbit

A distributed, serverless, peer-to-peer chat application on IPFS
MIT License
1.64k stars 116 forks source link

Multi-line messages #63

Open haadcode opened 8 years ago

haadcode commented 8 years ago

The user should be able to write multi-line messages

haadcode commented 8 years ago

The initial version doesn't need to include this, but it'd be great to be able to specify the "format" for a multiline message: plain text or "code". If "Code" format is selected, it gets rendered with syntax highlighting when received (use highlight.js, same as for files atm).

haadcode commented 8 years ago

Reference to try out: https://quilljs.com/

dignifiedquire commented 8 years ago

There is also

which might be interesting to look at