PromoFaux / Matterhook.NET.MatterhookClient

Simple HTTPclient to post messages to your Mattermost server available on Nuget : https://www.nuget.org/packages/Matterhook.NET.MatterhookClient
GNU General Public License v3.0
23 stars 7 forks source link

More intelligent text splitting #10

Open PromoFaux opened 6 years ago

PromoFaux commented 6 years ago

Currently, markdown gets messed up when very long messages are split. We need to implement something to preserve the formatting between split messages

rgomez90 commented 6 years ago

I'll take a look into this today and at weekend, since I also want to implement the menu buttons.

Would you be against using any extern lib to help handling markdown formatted text?

PromoFaux commented 6 years ago

Provided the external lib is available on nuget, and/or the libs license is respected, then no issue at all.

PromoFaux commented 3 years ago

Taking this one off the pile for now... Needs some thought that I don't have time to give