opensupports / opensupports

OpenSupports is a simple and beautiful open source ticket system
http://www.opensupports.com/
GNU General Public License v3.0
888 stars 332 forks source link

[Feature Request] Add markdown support #467

Open rissson opened 5 years ago

rissson commented 5 years ago

A lot of online tools now allow for markdown support. Github, gitlab, slack, discord, even Messenger support some markdown. It would be a good thing if opensupports also supported markdown in its text editor. If you developers are interested, I will look at the code and try to make something for this.

nickbe commented 5 years ago

Personally I think that formatting of any kind is not strictly necessary in ticket or comments, but having the most rudimentary formatting options like 'bold', 'italic' and 'quote' would certainly be nice. If you can do that then the guys would surely be more than happy for your help :-)

rissson commented 5 years ago

Do you mean bold, italic and quote in markdown or but using buttons like it is now?

nickbe commented 5 years ago

Sorry, I meant if you would be able to switch to pure text/markdown input via config - that would make sense.

rissson commented 5 years ago

Okay, I like the idea. Let's work on that then!