xpgo / obsidian-folder-note-plugin

Plugin to add description note to a folder for Obsidian.
385 stars 27 forks source link

Embedded image resize in note prevents image from displaying for card with folder_brief_live #54

Open davidlballenger opened 2 years ago

davidlballenger commented 2 years ago

I'm using Folder Note 0.7.3 which seems to be the newest version.

When I attempt to resize an embedded image in a note, the image does not appear in the corresponding card in the the Folder Note for that folder. I'm using folder_brief_live and in the link in the note I'm using "Relative Path to File".

If I use ![[../path/to/image]] in the note the image displays in the note itself (although a little large) and in the card of that note in the folder note (although it seems to be resized and cropped).

If I use ![[../path/to/image|100]] in the note the image displays in the note itself at a size I want but in the card of that note in the folder note it doesn't display at all.

Can you have the folder note card just ignore or filter out the size specification in the link?

Thanks - David