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.
Search found 5 matches
- 25 Nov 2025, 19:44
- Forum: General Plugin Discussion
- Topic: Created Plugin with WYSIWYG Text using quilljs
- Replies: 5
- Views: 628
- 25 Nov 2025, 11:16
- Forum: General Plugin Discussion
- Topic: Created Plugin with WYSIWYG Text using quilljs
- Replies: 5
- Views: 628
Re: Created Plugin with WYSIWYG Text using quilljs
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.
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.
- 16 Nov 2025, 15:33
- Forum: General Plugin Discussion
- Topic: Created Plugin with WYSIWYG Text using quilljs
- Replies: 5
- Views: 628
Re: Created Plugin with WYSIWYG Text using quilljs
Attached is the current sourcecode.
Feel free to modify and share.
Use at your own risk!
Feel free to modify and share.
Use at your own risk!
- 15 Nov 2025, 08:03
- Forum: General Plugin Discussion
- Topic: Plugin development query
- Replies: 3
- Views: 5201
Re: Plugin development query
I think this would be possible with a plugin.
You could modify the global variable $g_custom_field_type_definition to point it to your own function. So you can create a link there and it will be displayed.
You could modify the global variable $g_custom_field_type_definition to point it to your own function. So you can create a link there and it will be displayed.
- 05 Nov 2025, 23:46
- Forum: General Plugin Discussion
- Topic: Created Plugin with WYSIWYG Text using quilljs
- Replies: 5
- Views: 628
Created Plugin with WYSIWYG Text using quilljs
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 ...
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 ...