go-vikunja / vikunja

Mirror of vikunja from https://code.vikunja.io/api
GNU Affero General Public License v3.0
906 stars 63 forks source link

Image in comment editor no preview after saving #171

Closed CedricBojoly closed 8 months ago

CedricBojoly commented 1 year ago

Description

If i upload an image by drag and drop i don't get a preview of the image if save the comment.

That happens because the editor don't add the exclamation mark for the image link

WRONG: [1](https://mydomain.com/api/v1/tasks/2/attachments/7) SHOULD BE: ![1](https://mydomain.com/api/v1/tasks/2/attachments/7)

Vikunja Frontend Version

v0.19.1

Vikunja API Version

v0.19.2

Browser and version

chrome newest

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

image

N4unch0rch commented 1 year ago

Same for me!

kolaente commented 1 year ago

I think that's a problem with easymde.

kolaente commented 1 year ago

Related easymde issue: https://github.com/Ionaru/easy-markdown-editor/issues/387

kolaente commented 9 months ago

Is this still a problem with the new editor?