Insert image in note

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
sse450
Posts: 5
Joined: 14 Oct 2016, 07:45

Insert image in note

Post by sse450 »

Not asking about image attachment. When we attach a screenshot, we detach them from the context of note.

Is inserting image directly in note somehow possible?
Mantis: 2.26.1
PHP: 8.2.16
SQL: Distrib 10.3.39-MariaDB
OS: AlmaLinux 8.9
Corobori
Posts: 4
Joined: 19 Feb 2018, 16:48

Re: Insert image in note

Post by Corobori »

Did you manage to do this ?

I tried installing the PasteZone 1.0.1 plugin but it doesn't seem to work.
Jean-Luc

Mantis: 2.25.4
PHP: 7.4.33
SQL: SQL Server 2016
DB Version: 13.00.5026
OS: Windows Server 2016
stevenrlp
Posts: 4
Joined: 28 Oct 2018, 21:21

Re: Insert image in note

Post by stevenrlp »

PasteZone works for me on the latest version of MantisBT, it adds a section(div) where you can paste an image and it is converted to base64 and uploaded.

I have been having the same issue of wanting to paste images into the textarea but I am yet to find a working solution.

I think what I have to do is look at the Bbcode plugin and see how that works and try and edit it to replace it with CKEdit or something.

If anyone knows of a good solution or has a plugin please can you share it with us!!!
Starbuck
Posts: 219
Joined: 14 Feb 2006, 02:53
Location: USA
Contact:

Re: Insert image in note

Post by Starbuck »

In v2, at Note entry you can upload a file. The attachment gets posted as its own event/note and it's followed by the current note. So replacement code for this would not only need to be able to render a file, but the mechanism would need to be changed that saves the file and then displays it in the history. The way it works now may not be idea but it's better than v1.x, so a new plugin might not be "required". But yes, I'd like to see an image appear right along with its note as well. And yes, I'd really like to see CK Editor completely replace note entry so we can get a WYSIWYG experience.
If you want Mantis to work differently, use or create a plugin. Visit the Plugins forums.
Ask developers to create a plugin that you need - and motivate them to help you!
EDT
Posts: 1
Joined: 27 Aug 2019, 16:02

Re: Insert image in note

Post by EDT »

Me and my team also need this feature, sometimes we have multiple images in one Note and we have to scroll up and down to see each image as we are reading its description, not pleasant at all...
Post Reply