I render a README.md from a README.qmd. I would like to be able to ensure that I don't forget to render the qmd and commit the README.md when I change the qmd.
Your readme-rmd-rendered hook already includes this functionality, but only for README.Rmd. I would love if you could extend it.
An alternative that I have considered is to modify your code and add it to my own hook repository. But I think that others would find it useful to have README.qmd supported.
I would be happy to submit a PR if you agree with this feature request and it would be helpful to have a PR. Thanks!
I render a README.md from a README.qmd. I would like to be able to ensure that I don't forget to render the qmd and commit the README.md when I change the qmd.
Your readme-rmd-rendered hook already includes this functionality, but only for README.Rmd. I would love if you could extend it.
An alternative that I have considered is to modify your code and add it to my own hook repository. But I think that others would find it useful to have README.qmd supported.
I would be happy to submit a PR if you agree with this feature request and it would be helpful to have a PR. Thanks!