quarto-dev / quarto-dev/quarto-cli
Include image which links that are 302 redirect
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
From https://community.rstudio.com/t/images-from-cloud-storage-direct-download-links-are-not-shown-in-quarto-html-document/160750 by @lnnrtwttkhn
Problem
Quarto HTML document does not display images from external direct download links to a publicly accessible cloud share provider (in this case Keeper, based on Seafile).
The problem does not occur for e.g., the GitHub README.md file.
Demonstration
A demonstration of the problem can be found here: https://lennartwittkuhn.com/keeper-image/.
Quarto version
On my local machine:
$ quarto --version
1.2.313
Any hints appreciated! Thank you!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked demonstration and compare the failing external image URL with the working GitHub example, focusing on the 302 redirect behavior in Quarto HTML output. Done means publicly accessible images reached through a 302 redirect are displayed in the generated document.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100