Plugin List: Image uploaded with git LFS not display properly

Steps to reproduce

access media-extended plugin page (obsidian://plugin?id=media-extended)

Did you follow the troubleshooting guide? Y

Expected result

Main image located in apps/docs/pages/getting-started/first-note.jpg should be displayed properly

Actual result

The image is rendered with https://raw.githubusercontent.com/aidenlx/media-extended/HEAD/apps/docs/pages/getting-started/first-note.jpg, which is not pointed to correct location that serve actual data.

Blobs managed by git LFS in served in https://media.githubusercontent.com/media/PKM-er/media-extended/main/apps/docs/pages/getting-started/first-note.jpg

Solution

GitHub actually resolve to actual raw file content correctly using this entrypoint:

https://github.com/aidenlx/media-extended/raw/main/apps/docs/pages/getting-started/first-note.jpg

BTW, the link with obsidian protocol won’t work, maybe it should be allowed in obsidian forum by default, right? :joy:

moved to developers and api