knitr icon indicating copy to clipboard operation
knitr copied to clipboard

wishlist items

Open apreshill opened this issue 3 years ago • 2 comments

I don't have labeling abilities on this repo, but am listing here to flag to discuss for next knitr release 👋

  1. Way to show chunk options in output more easily (see #1688, see also https://github.com/ThinkR-open/remedy/issues/61 and https://community.rstudio.com/t/question-feature-request-code-chunk-option-verbatim-true/33521)
  2. Make the progress bar more compact (see #1880)
  3. Ability to include a file (see #1275)
  4. Use the chunk label as ID in HTML output (see #1956)- we should discuss how this will be handled in the future too
  5. Something like knit_pause() (see #1774)- wonder if knit_exit() could still be used, but there could be a programmatic way to later in the doc turn re-enter? Like knit_enter() or knit_exit(cancel = TRUE)?

I see @cderv collated 2 of these also in issue #1931

apreshill avatar Apr 14 '21 23:04 apreshill

  1. has be done considering the new verbatim engine (https://github.com/yihui/knitr/pull/2060)

cderv avatar Nov 17 '21 15:11 cderv

  1. was done in #2076

cderv avatar Dec 21 '21 16:12 cderv