GUI for Markdown

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
gurksallad
Posts: 23
Joined: 30 Jan 2020, 07:42

GUI for Markdown

Post by gurksallad »

Hi

We use the MantisBT Formatting-plugin to enable markdown and this works well. However, some of the users are having a hard time remembering all the tags and shortcuts, despite having printed a "cheat sheet" for use.

Question: is there any sort of a gui / toolbar that adds markdown tags? (Just like this forum has got a toolbar right above where I write text; if I click "B" tags are added and I can add the text to be bold)
acoder2020
Posts: 103
Joined: 11 Jan 2024, 19:32

Re: GUI for Markdown

Post by acoder2020 »

+1 our users would 100% benefit from this
acoder2020
Posts: 103
Joined: 11 Jan 2024, 19:32

Re: GUI for Markdown

Post by acoder2020 »

A quick search turned this up:

https://github.com/ejyothi/MantisBT-MarkDownEditor

I haven't used it but am going to try and install now.
acoder2020
Posts: 103
Joined: 11 Jan 2024, 19:32

Re: GUI for Markdown

Post by acoder2020 »

This gives buttons at the top but is not WYSIWYG in the editor window. Having the latter would make this a lot more appealing to end users whose job is caring for patients, they are used to word and would be 100% more comfortable with WYSIWYG editing.
gurksallad
Posts: 23
Joined: 30 Jan 2020, 07:42

Re: GUI for Markdown

Post by gurksallad »

I just tested this plugin and it works okay. It's not WYSIWYG but there is a "Preview"-button so you can, well, preview before you add the ticket note.
acoder2020
Posts: 103
Joined: 11 Jan 2024, 19:32

Re: GUI for Markdown

Post by acoder2020 »

It doesn't handle " or < or > very well though.
raspopov
Posts: 6
Joined: 12 Dec 2024, 15:34
Contact:

Re: GUI for Markdown

Post by raspopov »

I'm currently developing a plugin to support markdown using MantisBT's built-in parser (Parsedown 1.7) or any other parsers available through plugins: https://github.com/raspopov/MantisParsedown

There hasn't been a release yet, but the plugin works and is already quite usable. The idea was to make an interface similar to GitHub, and not use any external markup libraries. I'd be glad for feedback.
Last edited by raspopov on 26 Feb 2025, 17:10, edited 1 time in total.
Post Reply