notes icon indicating copy to clipboard operation
notes copied to clipboard

No Images shown in the Rich Text Mode

Open stefan-franz opened this issue 2 years ago • 6 comments

No Images shown in the Rich Text Mode in the Nextcloud 27.0.2

The "old" preview mode shows the images. But not the new rich text mode.

stefan-franz avatar Aug 16 '23 09:08 stefan-franz

Hi @stefan-franz - I don't believe this is applicable any longer. I'm not able to reproduce any issue like this today. Can you confirm whether the problem is gone for you as well in v4.10.1?

joshtrichards avatar Aug 08 '24 14:08 joshtrichards

Not working in rich text mode - Nextcloud 28 - Notes 4.10.1 Notes 4 10 1 - Rich Text Mode

Preview Mode Preview Mode

stefan-franz avatar Aug 08 '24 14:08 stefan-franz

Where is this image loading from? How were these images added in to this note? Can you provide the raw markdown from edit mode? Thanks!

joshtrichards avatar Aug 08 '24 19:08 joshtrichards

Tested something and can give you now the information you need: If i create in the rich mode a note, add an image, then it works.

The first line is the synthax that is created if i add an image in the rich text mode: ![c12ff9f72eda677e59d05c04b30aac1e.jpg](.attachments.2338/c12ff9f72eda677e59d05c04b30aac1e.jpg)

and this is the line was created in the edit mode: ![Stefan Franz - Fitline 2023-6-800.jpg](e29d26a62b69aa8117dd7918a2433c5a.jpg)

in the preview mode (created about 1 year ago, the normal image name is changed in a "wild name" with characters and numbes.

The difference is, hat in the rich text mode a subdirectory iscreated .attachments2338 (you see it in the first line) In the edit mode no subdirectory is created.

So the issue is,. that the images can't found because of directory /not directory issues.

notes directory

stefan-franz avatar Aug 09 '24 05:08 stefan-franz

If i had used an image, and delete it in the notes, with the intention to insert the image in another place, i can't select the saved image because of hide folder .attachment12345

2 things would be good - feature request:

  1. Able to insert an image that is still used with notes
  2. To be able to move an image

stefan-franz avatar Aug 22 '24 16:08 stefan-franz

Seems related to #1470

enjeck avatar Apr 27 '25 09:04 enjeck