Page 1 of 1

v2.0 - no ability to bold or highlight text?

Posted: 06 Jan 2017, 02:51
by atnz
In v2.0 for the notes, description etc... How can you set highlights for text including bold, italic, numbers, bullet points etc?

Re: v2.0 - no ability to bold or highlight text?

Posted: 06 Jan 2017, 06:50
by kun9999
I am currently using mantisbt 1.3.5 and bbcodeplus plugins to format text.
download the plugin here https://github.com/mantisbt-plugins/BBCodePlus

Re: v2.0 - no ability to bold or highlight text?

Posted: 06 Jan 2017, 07:48
by atrol

Re: v2.0 - no ability to bold or highlight text?

Posted: 08 Jan 2017, 20:54
by atnz
Thanks, for Mantis v2.0 is there a recommended WYSIWYG plugin?

I'm kind of surprised that with such a major UI upgrade that WYSIWYG isn't standard...

Re: v2.0 - no ability to bold or highlight text?

Posted: 08 Jan 2017, 21:19
by atrol
atnz wrote:is there a recommended WYSIWYG plugin?
I don't use any of them.
It should be one which supports Markdown as this will be the official standard format.
I am not sure, but the mentioned bbcodeplus seems not to support it.
atnz wrote:I'm kind of surprised that with such a major UI upgrade that WYSIWYG isn't standard...
Submitting a patch is always a good idea, as it increases the chances of improvement eventually making it into MantisBT core. All contributions are welcome and greatly appreciated.

Patch submissions can be made in several ways. In the order of preference:

1. Send us a Pull Request on our Github repository [1]
2. Attach a GIT patch to the issue
3. Attach a Unified Diff, clearly specifying the patch's base release

Kindly avoid to upload entire modified PHP files.

Please make sure that your submissions adhere to our Coding Guidelines [2], if they don't your patch might be rejected.

[1] https://github.com/mantisbt/mantisbt
[2] http://www.mantisbt.org/wiki/doku.php/m ... guidelines

Re: v2.0 - no ability to bold or highlight text?

Posted: 08 Jan 2017, 21:22
by atnz
Ok, I hope someone is using WYSIWYG plugin that can be used. I dont really care if it uses markdown or not, just the ability to highlight and bullet/number items would be a start....

Re: v2.0 - no ability to bold or highlight text?

Posted: 08 Jan 2017, 21:25
by atnz

Re: v2.0 - no ability to bold or highlight text?

Posted: 08 Jan 2017, 21:27
by atrol
atnz wrote:I dont really care if it uses markdown or not
Certainly your decision. Just keep in mind that you have to migrate your data if you want to change from whatever to Markdown.

Re: v2.0 - no ability to bold or highlight text?

Posted: 26 Jan 2017, 22:39
by rmeske
We recently installed the BBCodePlus plug-in for both MantisBR version 1.3.4 and 2.0.0 and it seems to work ok.

However, the emails that we receive based on the notes have HTML encoding in them. So we had to modify the email_api.php file and change $t_mail->IsHTML( false); to $t_mail->IsHTML( true );

Regards,
Ron

Re: v2.0 - no ability to bold or highlight text?

Posted: 13 Mar 2017, 02:47
by vboctor
Checkout the markdown support that was released as part of MantisBT 2.1.0.
http://www.mantisbt.org/blog/?p=498