-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken image (webp) displayed #13
Comments
I'm on plugin version 0.3.2 and Joplin 2.14.10. Did you add the title before or after the thumbnail (in the note list preview) was created? I just tested it and it seems the bug only occurs if the title is there before the thumbnail was created. If the title is added after the first rendering of the note list preview, the image is always displayed correctly. Even after a reboot. Maybe this is related to caching? Edit: Can be reproduced by using the webclipper ("Clip complete page (Markdown)") on this page. |
The cache is regenerated on every Joplin start.
However, you can also attach a JEX export of the note and a screenshot of the error. |
Here is a (shortened) version of the note (needed to zip in order to upload it): Als die Wikinger in Hamburg einfielen _ National Geographic.zip and the corresponding screenshot: I couldn't see any specific error message related to this plugin. |
Ok, I think the problem is that the image is a |
Thanks for investigating and fixing! I can confirm that there are no broken thumbnails with version 0.4.0. Is there any chance that |
I was already in contact with laurent and we will check if the used libs in Joplin can support webp |
I have a note with one image in the format
![alt](:/<ressource_id> "title")
. In the note list preview, only the "broken image icon" is displayed. When removing the title (![alt](:/<ressource_id>)
), it's displayed correctly.It would be nice to have support for images with title.
The text was updated successfully, but these errors were encountered: