-
Notifications
You must be signed in to change notification settings - Fork 29
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
Assets from github can't be fetched #378
Comments
Ok my workaround here works after changing the link to the asset for an actual URL to a path to the asset in |
Oh interesting. I wonder if the github.com image is protected (because I'm assuming your |
@colebemis ah you're right, I think this issue is only with private repos. We could perhaps add a condition if the image src has github.com in it. But I'm not sure how we can attach the github auth token to the image request. lumen/src/components/markdown.tsx Lines 571 to 587 in 0606827
|
This would be a nice enhancement if it's an easy change but I'm not sure it's worth the effort if it's hard, since Lumen already supports direct image uploads on private repos. |
Just learnt something. I dis not about image support in notes |
In an attempt to work around #377 I went to github.com and edit my note.md file and uploaded a gif to it. And it looks and works fine on github 👇
But when I go to lumen to view that same note it seems the asset isn't being displayed because it keeps facing a network error when fetching them.
The text was updated successfully, but these errors were encountered: