quarto-dev / quarto-dev/quarto-cli
Support `output-location: column` in HTML documents
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3151
Originally posted by maxdrohde November 2, 2022
In the reveal.js format, we can use the output-location: column YAML option to show the output in the column next to the code, instead of the standard location below the code (see: https://quarto.org/docs/presentations/revealjs/#output-location)
It seems to me like this is only possible in the reveal.js format. It would be great to have this supported in HTML documents as well.
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 by reviewing the linked reveal.js output-location documentation and the discussion at #3151 to understand the existing column behavior and intended HTML-document scope. Implement support so HTML documents place output in a column beside the code when configured, then verify that the standard output location remains unchanged without the option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100