You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thumbnails in the cards load correctly if the first image in the note is in the following markdown format:
![[image.png]]
but fail to load if they also have a width parameter like so:
![[image.png|300]]
This only occurs in wikilinks format (Setting -> Files and Links -> Use [[Wikilinks]]). In normal markdown resized images load correctly:
![image|300](image.png)
Inspecting the element shows that the pipe and the size is included in the URL, breaking the link and causing a 404 (file not found) error in the console.
Thumbnails in the cards load correctly if the first image in the note is in the following markdown format:
![[image.png]]
but fail to load if they also have a width parameter like so:
![[image.png|300]]
This only occurs in wikilinks format (Setting -> Files and Links -> Use [[Wikilinks]]). In normal markdown resized images load correctly:
![image|300](image.png)
Inspecting the element shows that the pipe and the size is included in the URL, breaking the link and causing a 404 (file not found) error in the console.
<div class="thumb" style="background-image: url(app://(...)/_resources/image.png|300?1713454485289);"></div>
The plugin should ignore the pipe and values after the pipe for images using wikilinks.
Folder Note version 0.7.3 with Obsidian version 1.5.12 on Ubuntu 22.04
The text was updated successfully, but these errors were encountered: