-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use cache #2
Labels
question
Further information is requested
Comments
maybe freezing |
with the exception that we always want to re-render the doc where we read info from Airtable/GitHub (reviewers, editors) |
freeze not a good fit, it's for computation. Now, the problem is, everything is intertwined: if I change a chapter title, the TOC needs to be updated everywhere. |
maybe I could implement a function for rendering the currently opened file. 🤔 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ropensci/dev_guide#658 by @eliocamp
I see
quarto::quarto_render()
has a cache option but it's only for code chunks. 🤔The text was updated successfully, but these errors were encountered: