Open
Description
usethis like functions for add a chapter, or add appendix or other situations where some boilerplate needs to be added to the _quarto.yml and then you need to create a new .qmd with the same title.
It would also be nice if there were usethis like functions for add a chapter, or add appendix or other situations where some boilerplate needs to be added to the _quarto.yml and then you need to create a new .qmd with the same title.
eg:
add_chapter(name, .before, .after)
could add name.qmd to the _quarto.yml file at the end of existing chapters or optionally before or after an existing one and then create and open name.qmd.
Originally posted by @see24 in #87 (comment)