Created Plugin with WYSIWYG Text using quilljs

General discussion about MantisBT Plugins

Moderators: Developer, Contributor

Post Reply
macgritsch
Posts: 3
Joined: 05 Nov 2025, 23:39

Created Plugin with WYSIWYG Text using quilljs

Post 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).
Attachments
viewer.png
viewer.png (318.07 KiB) Viewed 43 times
editor.png
editor.png (366.37 KiB) Viewed 43 times
macgritsch
Posts: 3
Joined: 05 Nov 2025, 23:39

Re: Created Plugin with WYSIWYG Text using quilljs

Post by macgritsch »

Attached is the current sourcecode.
Feel free to modify and share.
Use at your own risk!
Attachments
Quill.zip
(63.38 KiB) Downloaded 3 times
Post Reply