Page 1 of 1

Created Plugin with WYSIWYG Text using quilljs

Posted: 05 Nov 2025, 23:46
by macgritsch
Hi,

today I created my first plugin.
It allows you to format text in plugin description and notes.
It is a WYSIWYG-Editor - powered by https://quilljs.com

It is a quick and dirty plugin and maybe needs a lot of refining and fixing, but it seems to work fine for my internal bugtracking system (no security risk).

Not sure if I should upload it and if someone has interest to continue this work.

Attached are two screenshots (the first one shows the editor and the second one shows the result when the note is posted).

Re: Created Plugin with WYSIWYG Text using quilljs

Posted: 16 Nov 2025, 15:33
by macgritsch
Attached is the current sourcecode.
Feel free to modify and share.
Use at your own risk!

Re: Created Plugin with WYSIWYG Text using quilljs

Posted: 24 Nov 2025, 16:45
by sintaq
thanks. am downloading and testing it in my dev environment

Re: Created Plugin with WYSIWYG Text using quilljs

Posted: 25 Nov 2025, 01:17
by sintaq
i found minor conflict when using your plugin with NoteReply plugin (https://github.com/intra2net/mantisbt-note-reply)

Re: Created Plugin with WYSIWYG Text using quilljs

Posted: 25 Nov 2025, 11:16
by macgritsch
I have created a patch for the NoteReply-PlugIn.
With this, it seems to work fine in my dev-environment.

Attached is the patch.
I could also replace the Reply-Buttons from the Quill-Plugin but I have to check few things for that.

Re: Created Plugin with WYSIWYG Text using quilljs

Posted: 25 Nov 2025, 19:44
by macgritsch
Now I have integraded a quick-and-dirty fix for the NoteReply-Plugin.

I have also added a button that floats over selected text (see attached screenshot).
It can also be used to create a reply. Quick and dirty as always.

Simply replace the attached file.