babelquarto (development version)
Features
- In interactive sessions, the
render_functions now overridesite-urlto be""so that previewing withservr::httw()works. - For easier styling, the language button now has the class
"babelquarto-languages-button". - Add verbosity to
register_functions, that one can turn off through an option.
## Documentation improvements
- clarify the default value of
project_pathinrender_book(), in the “Get started” vignette. - clarify the default value of
project_pathinregister_functions, in the “Converting an existing project” vignette. - strengthen the case for the package in the README.
- mention
site-urlparam ofquarto_multilingual_functions. - new section in the Get started vignette, “publishing your project”.
- clarify
languagecodesin configuration vignette. - clarify
site-urlin configuration vignette. - document how to get no icon, in configuration vignette.
- clarify profile naming convention, in configuration vignette.
- clarify
BABELQUARTO_CI_URL, in render-with-ci vignette.
Bug fixes
- make it possible to
register_further_languages()for more languages in a second step. - The
render_functions now correctly usesite_urlwhen provided. - avoid unnecessary empty lines in Quarto config when using
register_main_language().
