-
Notifications
You must be signed in to change notification settings - Fork 19
Markdown Support for Chatroom and Stylistic Changes #124
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, but you moved too fast. Let's first discuss if we should go this direction.
This is a temporary hold. No actual change requested.
Sure thing. This PR mainly touches on two parts:
|
--msg-font-size-regular: 10px; | ||
--msg-font-size-header: 16px; | ||
|
||
--msg-local-border-color: #46a9ff66; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't recommend to create your own color instead of using the one managed by global themes. However, since the existing chat already created a lot of colors (very bad experience in dark theme), I will accept this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It indeed looks atrocious in dark theme, I will see what I can do later
Added markdown support to chatroom with solid markdown and remarkGfm.

Chatroom can now display Markdown as well as its Github extensions:
Also added are some stylistic changes inspired by Github UI. Messages from local user are displayed in a light blue box much like Github discussions, while messages from foreign users are displayed in black and white.
