You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was looking through the tutorial and I'm a bit confused on how to edit the default YAML fields for the template. For example, if I change the title from "Report-Title" to "My New Title" in default.yaml, reinstall the package with devtools::install("mydown"), and open the custom template, the YAML still has the title as "Report-Title". However, if I edit inst/rmarkdown/templates/report/skeleton/skeleton.Rmd that will change the default title, but it is not listed in the instructions as one of the 3 customization points (inst/indiedown/default.yaml, inst/indiedown/preamble.tex, pre_processor.R). Would you be able to clarify how the fields should be customized?
The text was updated successfully, but these errors were encountered:
Hi, I was looking through the tutorial and I'm a bit confused on how to edit the default YAML fields for the template. For example, if I change the title from "Report-Title" to "My New Title" in
default.yaml
, reinstall the package withdevtools::install("mydown")
, and open the custom template, the YAML still has the title as "Report-Title". However, if I editinst/rmarkdown/templates/report/skeleton/skeleton.Rmd
that will change the default title, but it is not listed in the instructions as one of the 3 customization points (inst/indiedown/default.yaml
,inst/indiedown/preamble.tex
,pre_processor.R
). Would you be able to clarify how the fields should be customized?The text was updated successfully, but these errors were encountered: