orbit icon indicating copy to clipboard operation
orbit copied to clipboard

Multi-line messages

Open haadcode opened this issue 7 years ago • 3 comments

The user should be able to write multi-line messages

haadcode avatar Aug 04 '16 07:08 haadcode

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 avatar Aug 04 '16 07:08 haadcode

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

haadcode avatar Sep 07 '16 05:09 haadcode

There is also

  • http://prosemirror.net/
  • http://codemirror.net/
  • https://facebook.github.io/draft-js/

which might be interesting to look at

dignifiedquire avatar Sep 07 '16 09:09 dignifiedquire