alexdillon / GroupMeClient

GroupMe Desktop Client is an open-source, modular client for GroupMe messenging on Windows.
GNU General Public License v3.0
27 stars 4 forks source link

Feature/markdown messages #188

Closed alexdillon closed 3 years ago

alexdillon commented 3 years ago

Adds support for sending and receiving messages with Markdown formatting. Adds keyboard shortcuts to toggle Markdown mode (Ctrl-M), and to access the Message Effects button that was shifted to make room for the Markdown toggle (Ctrl-E). Also adds Ctrl-R for refresh and Ctrl-W for closing the current chat.

Messages sent in Markdown format support most features of base Markdown, and some extensions like fenced code blocks.